Html Css Color HEX #AA2BCE Dark Orchid

📋 copy color: '#AA2BCE'

red 170 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #AA2BCE

Tints of Dark Orchid #AA2BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 40.57%
G = 10.26%
B = 49.16%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA2BCE (or 0xAA2BCE) is known color: Dark Orchid. HEX triplet: AA, 2B and CE. RGB value is (170,43,206). Sum of RGB (Red+Green+Blue) = 170+43+206=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA2BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BCE is #55D431. Grayscale: #636363. Windows color (decimal): -5624882 or 13511594. OLE color: 13511594.

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

Color convert

RGB 170 43 206 -
CMYK 0.17 0.79 0 0.19
HSL 286.75º 0.65% 0.49% -
HSV(B) 286.75º 0.79% 0.81% -
XYZ 28.58 14.73 59.73 -
YUV 99.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 170 43 206 0.17 0.79 0 0.19 286.75 0.65 0.49
Hex AA 2B CE 11 4F 0 13 11F 41 31
Octal 252 53 316 21 117 0 23 437 101 61
Binary 10101010 101011 11001110 10001 1001111 0 10011 100011111 1000001 110001

Color Harmonies of #AA2BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BCE

Black with #AA2BCE

Text Example


Text Example

White with #AA2BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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