Html Css Color HEX #A334AE Dark Orchid

📋 copy color: '#A334AE'

red 163 ◦ green 52 ◦ blue 174

#A334AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A334AE

Tints of Dark Orchid #A334AE

RGB

 RED value IS 163 (64.06% from 255) = 41.9%

 GREEN value IS 52 (20.7% from 255) = 13.37%

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 41.9%
G = 13.37%
B = 44.73%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A334AE (or 0xA334AE) is known color: Dark Orchid. HEX triplet: A3, 34 and AE. RGB value is (163,52,174). Sum of RGB (Red+Green+Blue) = 163+52+174=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #A334AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A334AE is #5CCB51. Grayscale: #626262. Windows color (decimal): -6081362 or 11416739. OLE color: 11416739.

HSL color Cylindrical-coordinate representation of color #A334AE: hue angle of 294.59º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A334AE is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 52 174 -
CMYK 0.06 0.70 0 0.32
HSL 294.59º 0.54% 0.44% -
HSV(B) 294.59º 0.7% 0.68% -
XYZ 23.97 13.3 41.35 -
YUV 99.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 163 52 174 0.06 0.70 0 0.32 294.59 0.54 0.44
Hex A3 34 AE 6 46 0 20 127 36 2C
Octal 243 64 256 6 106 0 40 447 66 54
Binary 10100011 110100 10101110 110 1000110 0 100000 100100111 110110 101100

Color Harmonies of #A334AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A334AE

Black with #A334AE

Text Example


Text Example

White with #A334AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A334AE; }

 p { color: rgb(163,52,174); }

 H1.HeaderClassName
 {
   color: #A334AE;
 }
 .AnyTagClassName
 {
   color: #A334AE;
 }
</style>

background-color css

<style>
 a { background-color: #A334AE; }

 a { background-color: rgb(163,52,174); }

 div.DivClassName
 {
   background-color: #A334AE;
 }
 .BgClassName
 {
   background-color: #A334AE;
 }
</style>

border-color css

<style>
 span { border-color: #A334AE; }

 span { border-color: rgb(163,52,174); }

 td.TdClassName
 {
   border-color: #A334AE;
 }
 .TagClassName
 {
   border-color: #A334AE;
 }
</style>