Html Css Color HEX #AA20CF Dark Orchid

📋 copy color: '#AA20CF'

red 170 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #AA20CF

Tints of Dark Orchid #AA20CF

RGB

 RED value IS 170 (66.8% from 255) = 41.56%

 GREEN value IS 32 (12.89% from 255) = 7.82%

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 41.56%
G = 7.82%
B = 50.61%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA20CF (or 0xAA20CF) is known color: Dark Orchid. HEX triplet: AA, 20 and CF. RGB value is (170,32,207). Sum of RGB (Red+Green+Blue) = 170+32+207=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA20CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA20CF is #55DF30. Grayscale: #5C5C5C. Windows color (decimal): -5627697 or 13574314. OLE color: 13574314.

HSL color Cylindrical-coordinate representation of color #AA20CF: hue angle of 287.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA20CF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 32 207 -
CMYK 0.18 0.85 0 0.19
HSL 287.31º 0.73% 0.47% -
HSV(B) 287.31º 0.85% 0.81% -
XYZ 28.36 14.08 60.26 -
YUV 93.21 192.22 182.77 -
System Red Green Blue C M Y K H S L
Decimal 170 32 207 0.18 0.85 0 0.19 287.31 0.73 0.47
Hex AA 20 CF 12 55 0 13 11F 49 2F
Octal 252 40 317 22 125 0 23 437 111 57
Binary 10101010 100000 11001111 10010 1010101 0 10011 100011111 1001001 101111

Color Harmonies of #AA20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA20CF

Black with #AA20CF

Text Example


Text Example

White with #AA20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA20CF; }

 p { color: rgb(170,32,207); }

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

background-color css

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

 a { background-color: rgb(170,32,207); }

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

border-color css

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

 span { border-color: rgb(170,32,207); }

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