Html Css Color HEX #AA1DBF Dark Orchid

📋 copy color: '#AA1DBF'

red 170 ◦ green 29 ◦ blue 191

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

Shades of Dark Orchid #AA1DBF

Tints of Dark Orchid #AA1DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.97%

R = 43.59%
G = 7.44%
B = 48.97%

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

#AA1DBF (or 0xAA1DBF) is known color: Dark Orchid. HEX triplet: AA, 1D and BF. RGB value is (170,29,191). Sum of RGB (Red+Green+Blue) = 170+29+191=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA1DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DBF is #55E240. Grayscale: #595959. Windows color (decimal): -5628481 or 12524970. OLE color: 12524970.

HSL color Cylindrical-coordinate representation of color #AA1DBF: hue angle of 292.22º 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 #AA1DBF is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 29 191 -
CMYK 0.11 0.85 0 0.25
HSL 292.22º 0.74% 0.43% -
HSV(B) 292.22º 0.85% 0.75% -
XYZ 26.42 13.19 50.44 -
YUV 89.63 185.21 185.33 -
System Red Green Blue C M Y K H S L
Decimal 170 29 191 0.11 0.85 0 0.25 292.22 0.74 0.43
Hex AA 1D BF B 55 0 19 124 4A 2B
Octal 252 35 277 13 125 0 31 444 112 53
Binary 10101010 11101 10111111 1011 1010101 0 11001 100100100 1001010 101011

Color Harmonies of #AA1DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1DBF

Black with #AA1DBF

Text Example


Text Example

White with #AA1DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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