Html Css Color HEX #AA1BBB Dark Orchid

📋 copy color: '#AA1BBB'

red 170 ◦ green 27 ◦ blue 187

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

Shades of Dark Orchid #AA1BBB

Tints of Dark Orchid #AA1BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 44.27%
G = 7.03%
B = 48.7%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA1BBB (or 0xAA1BBB) is known color: Dark Orchid. HEX triplet: AA, 1B and BB. RGB value is (170,27,187). Sum of RGB (Red+Green+Blue) = 170+27+187=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA1BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BBB is #55E444. Grayscale: #575757. Windows color (decimal): -5628997 or 12262314. OLE color: 12262314.

HSL color Cylindrical-coordinate representation of color #AA1BBB: hue angle of 293.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1BBB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 27 187 -
CMYK 0.09 0.86 0 0.27
HSL 293.63º 0.75% 0.42% -
HSV(B) 293.63º 0.86% 0.73% -
XYZ 25.94 12.92 48.14 -
YUV 88 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 170 27 187 0.09 0.86 0 0.27 293.63 0.75 0.42
Hex AA 1B BB 9 56 0 1B 126 4B 2A
Octal 252 33 273 11 126 0 33 446 113 52
Binary 10101010 11011 10111011 1001 1010110 0 11011 100100110 1001011 101010

Color Harmonies of #AA1BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BBB

Black with #AA1BBB

Text Example


Text Example

White with #AA1BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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