Html Css Color HEX #AA2CBB Dark Orchid

📋 copy color: '#AA2CBB'

red 170 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #AA2CBB

Tints of Dark Orchid #AA2CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 42.39%
G = 10.97%
B = 46.63%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA2CBB (or 0xAA2CBB) is known color: Dark Orchid. HEX triplet: AA, 2C and BB. RGB value is (170,44,187). Sum of RGB (Red+Green+Blue) = 170+44+187=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA2CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CBB is #55D344. Grayscale: #616161. Windows color (decimal): -5624645 or 12266666. OLE color: 12266666.

HSL color Cylindrical-coordinate representation of color #AA2CBB: hue angle of 292.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2CBB is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 44 187 -
CMYK 0.09 0.76 0 0.27
HSL 292.87º 0.62% 0.45% -
HSV(B) 292.87º 0.76% 0.73% -
XYZ 26.45 13.94 48.31 -
YUV 97.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 170 44 187 0.09 0.76 0 0.27 292.87 0.62 0.45
Hex AA 2C BB 9 4C 0 1B 125 3E 2D
Octal 252 54 273 11 114 0 33 445 76 55
Binary 10101010 101100 10111011 1001 1001100 0 11011 100100101 111110 101101

Color Harmonies of #AA2CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2CBB

Black with #AA2CBB

Text Example


Text Example

White with #AA2CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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