Html Css Color HEX #AA1BDB Dark Orchid

📋 copy color: '#AA1BDB'

red 170 ◦ green 27 ◦ blue 219

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

Shades of Dark Orchid #AA1BDB

Tints of Dark Orchid #AA1BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 40.87%
G = 6.49%
B = 52.64%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA1BDB (or 0xAA1BDB) is known color: Dark Orchid. HEX triplet: AA, 1B and DB. RGB value is (170,27,219). Sum of RGB (Red+Green+Blue) = 170+27+219=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA1BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BDB is #55E424. Grayscale: #5B5B5B. Windows color (decimal): -5628965 or 14359466. OLE color: 14359466.

HSL color Cylindrical-coordinate representation of color #AA1BDB: hue angle of 284.69º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1BDB is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 27 219 -
CMYK 0.22 0.88 0 0.14
HSL 284.69º 0.78% 0.48% -
HSV(B) 284.69º 0.88% 0.86% -
XYZ 29.76 14.44 68.24 -
YUV 91.65 199.88 183.89 -
System Red Green Blue C M Y K H S L
Decimal 170 27 219 0.22 0.88 0 0.14 284.69 0.78 0.48
Hex AA 1B DB 16 58 0 E 11D 4E 30
Octal 252 33 333 26 130 0 16 435 116 60
Binary 10101010 11011 11011011 10110 1011000 0 1110 100011101 1001110 110000

Color Harmonies of #AA1BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BDB

Black with #AA1BDB

Text Example


Text Example

White with #AA1BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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