Html Css Color HEX #AA2BDC Dark Orchid

📋 copy color: '#AA2BDC'

red 170 ◦ green 43 ◦ blue 220

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

Shades of Dark Orchid #AA2BDC

Tints of Dark Orchid #AA2BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 39.26%
G = 9.93%
B = 50.81%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA2BDC (or 0xAA2BDC) is known color: Dark Orchid. HEX triplet: AA, 2B and DC. RGB value is (170,43,220). Sum of RGB (Red+Green+Blue) = 170+43+220=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA2BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BDC is #55D423. Grayscale: #646464. Windows color (decimal): -5624868 or 14429098. OLE color: 14429098.

HSL color Cylindrical-coordinate representation of color #AA2BDC: hue angle of 283.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2BDC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 43 220 -
CMYK 0.23 0.80 0 0.14
HSL 283.05º 0.72% 0.52% -
HSV(B) 283.05º 0.8% 0.86% -
XYZ 30.36 15.44 69.09 -
YUV 101.15 195.08 177.11 -
System Red Green Blue C M Y K H S L
Decimal 170 43 220 0.23 0.80 0 0.14 283.05 0.72 0.52
Hex AA 2B DC 17 50 0 E 11B 48 34
Octal 252 53 334 27 120 0 16 433 110 64
Binary 10101010 101011 11011100 10111 1010000 0 1110 100011011 1001000 110100

Color Harmonies of #AA2BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BDC

Black with #AA2BDC

Text Example


Text Example

White with #AA2BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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