Html Css Color HEX #A032AA Dark Orchid

📋 copy color: '#A032AA'

red 160 ◦ green 50 ◦ blue 170

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

Shades of Dark Orchid #A032AA

Tints of Dark Orchid #A032AA

RGB

 RED value IS 160 (62.89% from 255) = 42.11%

 GREEN value IS 50 (19.92% from 255) = 13.16%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 42.11%
G = 13.16%
B = 44.74%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A032AA (or 0xA032AA) is known color: Dark Orchid. HEX triplet: A0, 32 and AA. RGB value is (160,50,170). Sum of RGB (Red+Green+Blue) = 160+50+170=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #A032AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A032AA is #5FCD55. Grayscale: #606060. Windows color (decimal): -6278486 or 11154080. OLE color: 11154080.

HSL color Cylindrical-coordinate representation of color #A032AA: hue angle of 295º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A032AA is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 50 170 -
CMYK 0.06 0.71 0 0.33
HSL 295º 0.55% 0.43% -
HSV(B) 295º 0.71% 0.67% -
XYZ 22.89 12.66 39.27 -
YUV 96.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 160 50 170 0.06 0.71 0 0.33 295 0.55 0.43
Hex A0 32 AA 6 47 0 21 127 37 2B
Octal 240 62 252 6 107 0 41 447 67 53
Binary 10100000 110010 10101010 110 1000111 0 100001 100100111 110111 101011

Color Harmonies of #A032AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032AA

Black with #A032AA

Text Example


Text Example

White with #A032AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032AA; }

 p { color: rgb(160,50,170); }

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

background-color css

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

 a { background-color: rgb(160,50,170); }

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

border-color css

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

 span { border-color: rgb(160,50,170); }

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