Html Css Color HEX #AA1DBE Dark Orchid

📋 copy color: '#AA1DBE'

red 170 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #AA1DBE

Tints of Dark Orchid #AA1DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.46%

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 43.7%
G = 7.46%
B = 48.84%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA1DBE (or 0xAA1DBE) is known color: Dark Orchid. HEX triplet: AA, 1D and BE. RGB value is (170,29,190). Sum of RGB (Red+Green+Blue) = 170+29+190=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA1DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DBE is #55E241. Grayscale: #595959. Windows color (decimal): -5628482 or 12459434. OLE color: 12459434.

HSL color Cylindrical-coordinate representation of color #AA1DBE: hue angle of 292.55º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1DBE is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 29 190 -
CMYK 0.11 0.85 0 0.25
HSL 292.55º 0.74% 0.43% -
HSV(B) 292.55º 0.85% 0.75% -
XYZ 26.31 13.14 49.87 -
YUV 89.51 184.71 185.41 -
System Red Green Blue C M Y K H S L
Decimal 170 29 190 0.11 0.85 0 0.25 292.55 0.74 0.43
Hex AA 1D BE B 55 0 19 125 4A 2B
Octal 252 35 276 13 125 0 31 445 112 53
Binary 10101010 11101 10111110 1011 1010101 0 11001 100100101 1001010 101011

Color Harmonies of #AA1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DBE

Black with #AA1DBE

Text Example


Text Example

White with #AA1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DBE; }

 p { color: rgb(170,29,190); }

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

background-color css

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

 a { background-color: rgb(170,29,190); }

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

border-color css

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

 span { border-color: rgb(170,29,190); }

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