Html Css Color HEX #AA2BDE Dark Orchid

📋 copy color: '#AA2BDE'

red 170 ◦ green 43 ◦ blue 222

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

Shades of Dark Orchid #AA2BDE

Tints of Dark Orchid #AA2BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 39.08%
G = 9.89%
B = 51.03%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA2BDE (or 0xAA2BDE) is known color: Dark Orchid. HEX triplet: AA, 2B and DE. RGB value is (170,43,222). Sum of RGB (Red+Green+Blue) = 170+43+222=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA2BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BDE is #55D421. Grayscale: #646464. Windows color (decimal): -5624866 or 14560170. OLE color: 14560170.

HSL color Cylindrical-coordinate representation of color #AA2BDE: hue angle of 282.57º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2BDE is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 43 222 -
CMYK 0.23 0.81 0 0.13
HSL 282.57º 0.73% 0.52% -
HSV(B) 282.57º 0.81% 0.87% -
XYZ 30.63 15.55 70.49 -
YUV 101.38 196.08 176.95 -
System Red Green Blue C M Y K H S L
Decimal 170 43 222 0.23 0.81 0 0.13 282.57 0.73 0.52
Hex AA 2B DE 17 51 0 D 11B 49 34
Octal 252 53 336 27 121 0 15 433 111 64
Binary 10101010 101011 11011110 10111 1010001 0 1101 100011011 1001001 110100

Color Harmonies of #AA2BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BDE

Black with #AA2BDE

Text Example


Text Example

White with #AA2BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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