Html Css Color HEX #AA2ACB Dark Orchid

📋 copy color: '#AA2ACB'

red 170 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #AA2ACB

Tints of Dark Orchid #AA2ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.12%

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 40.96%
G = 10.12%
B = 48.92%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA2ACB (or 0xAA2ACB) is known color: Dark Orchid. HEX triplet: AA, 2A and CB. RGB value is (170,42,203). Sum of RGB (Red+Green+Blue) = 170+42+203=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA2ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ACB is #55D534. Grayscale: #626262. Windows color (decimal): -5625141 or 13314730. OLE color: 13314730.

HSL color Cylindrical-coordinate representation of color #AA2ACB: hue angle of 287.7º degrees, saturation: 0.66, 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 #AA2ACB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 42 203 -
CMYK 0.16 0.79 0 0.20
HSL 287.7º 0.66% 0.48% -
HSV(B) 287.7º 0.79% 0.8% -
XYZ 28.19 14.51 57.82 -
YUV 98.63 186.91 178.91 -
System Red Green Blue C M Y K H S L
Decimal 170 42 203 0.16 0.79 0 0.20 287.7 0.66 0.48
Hex AA 2A CB 10 4F 0 14 120 42 30
Octal 252 52 313 20 117 0 24 440 102 60
Binary 10101010 101010 11001011 10000 1001111 0 10100 100100000 1000010 110000

Color Harmonies of #AA2ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2ACB

Black with #AA2ACB

Text Example


Text Example

White with #AA2ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2ACB; }

 p { color: rgb(170,42,203); }

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

background-color css

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

 a { background-color: rgb(170,42,203); }

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

border-color css

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

 span { border-color: rgb(170,42,203); }

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