Html Css Color HEX #AA1BD2 Dark Orchid

📋 copy color: '#AA1BD2'

red 170 ◦ green 27 ◦ blue 210

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

Shades of Dark Orchid #AA1BD2

Tints of Dark Orchid #AA1BD2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.63%

 BLUE value IS 210 (82.42% from 255) = 51.6%

R = 41.77%
G = 6.63%
B = 51.6%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA1BD2 (or 0xAA1BD2) is known color: Dark Orchid. HEX triplet: AA, 1B and D2. RGB value is (170,27,210). Sum of RGB (Red+Green+Blue) = 170+27+210=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 210 (82.42% from 255 or 51.60% from 407); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA1BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BD2 is #55E42D. Grayscale: #5A5A5A. Windows color (decimal): -5628974 or 13769642. OLE color: 13769642.

HSL color Cylindrical-coordinate representation of color #AA1BD2: hue angle of 286.89º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1BD2 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 27 210 -
CMYK 0.19 0.87 0 0.18
HSL 286.89º 0.77% 0.46% -
HSV(B) 286.89º 0.87% 0.82% -
XYZ 28.6 13.98 62.16 -
YUV 90.62 195.38 184.62 -
System Red Green Blue C M Y K H S L
Decimal 170 27 210 0.19 0.87 0 0.18 286.89 0.77 0.46
Hex AA 1B D2 13 57 0 12 11F 4D 2E
Octal 252 33 322 23 127 0 22 437 115 56
Binary 10101010 11011 11010010 10011 1010111 0 10010 100011111 1001101 101110

Color Harmonies of #AA1BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BD2

Black with #AA1BD2

Text Example


Text Example

White with #AA1BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BD2; }

 p { color: rgb(170,27,210); }

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

background-color css

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

 a { background-color: rgb(170,27,210); }

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

border-color css

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

 span { border-color: rgb(170,27,210); }

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