Html Css Color HEX #AA2BCC Dark Orchid

📋 copy color: '#AA2BCC'

red 170 ◦ green 43 ◦ blue 204

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

Shades of Dark Orchid #AA2BCC

Tints of Dark Orchid #AA2BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.31%

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 40.77%
G = 10.31%
B = 48.92%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA2BCC (or 0xAA2BCC) is known color: Dark Orchid. HEX triplet: AA, 2B and CC. RGB value is (170,43,204). Sum of RGB (Red+Green+Blue) = 170+43+204=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA2BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BCC is #55D433. Grayscale: #626262. Windows color (decimal): -5624884 or 13380522. OLE color: 13380522.

HSL color Cylindrical-coordinate representation of color #AA2BCC: hue angle of 287.33º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2BCC is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 43 204 -
CMYK 0.17 0.79 0 0.2
HSL 287.33º 0.65% 0.48% -
HSV(B) 287.33º 0.79% 0.8% -
XYZ 28.34 14.63 58.46 -
YUV 99.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 170 43 204 0.17 0.79 0 0.2 287.33 0.65 0.48
Hex AA 2B CC 11 4F 0 14 11F 41 30
Octal 252 53 314 21 117 0 24 437 101 60
Binary 10101010 101011 11001100 10001 1001111 0 10100 100011111 1000001 110000

Color Harmonies of #AA2BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BCC

Black with #AA2BCC

Text Example


Text Example

White with #AA2BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BCC; }

 p { color: rgb(170,43,204); }

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

background-color css

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

 a { background-color: rgb(170,43,204); }

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

border-color css

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

 span { border-color: rgb(170,43,204); }

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