Html Css Color HEX #AA2CB5 Dark Orchid

📋 copy color: '#AA2CB5'

red 170 ◦ green 44 ◦ blue 181

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

Shades of Dark Orchid #AA2CB5

Tints of Dark Orchid #AA2CB5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.14%

 BLUE value IS 181 (71.09% from 255) = 45.82%

R = 43.04%
G = 11.14%
B = 45.82%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA2CB5 (or 0xAA2CB5) is known color: Dark Orchid. HEX triplet: AA, 2C and B5. RGB value is (170,44,181). Sum of RGB (Red+Green+Blue) = 170+44+181=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA2CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CB5 is #55D34A. Grayscale: #606060. Windows color (decimal): -5624651 or 11873450. OLE color: 11873450.

HSL color Cylindrical-coordinate representation of color #AA2CB5: hue angle of 295.18º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2CB5 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 44 181 -
CMYK 0.06 0.76 0 0.29
HSL 295.18º 0.61% 0.44% -
HSV(B) 295.18º 0.76% 0.71% -
XYZ 25.82 13.68 45 -
YUV 97.29 175.24 179.86 -
System Red Green Blue C M Y K H S L
Decimal 170 44 181 0.06 0.76 0 0.29 295.18 0.61 0.44
Hex AA 2C B5 6 4C 0 1D 127 3D 2C
Octal 252 54 265 6 114 0 35 447 75 54
Binary 10101010 101100 10110101 110 1001100 0 11101 100100111 111101 101100

Color Harmonies of #AA2CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2CB5

Black with #AA2CB5

Text Example


Text Example

White with #AA2CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2CB5; }

 p { color: rgb(170,44,181); }

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

background-color css

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

 a { background-color: rgb(170,44,181); }

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

border-color css

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

 span { border-color: rgb(170,44,181); }

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