Html Css Color HEX #AA1CBB Dark Orchid

📋 copy color: '#AA1CBB'

red 170 ◦ green 28 ◦ blue 187

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

Shades of Dark Orchid #AA1CBB

Tints of Dark Orchid #AA1CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.27%

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

R = 44.16%
G = 7.27%
B = 48.57%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA1CBB (or 0xAA1CBB) is known color: Dark Orchid. HEX triplet: AA, 1C and BB. RGB value is (170,28,187). Sum of RGB (Red+Green+Blue) = 170+28+187=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA1CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CBB is #55E344. Grayscale: #585858. Windows color (decimal): -5628741 or 12262570. OLE color: 12262570.

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

Color convert

RGB 170 28 187 -
CMYK 0.09 0.85 0 0.27
HSL 293.58º 0.74% 0.42% -
HSV(B) 293.58º 0.85% 0.73% -
XYZ 25.96 12.96 48.15 -
YUV 88.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 170 28 187 0.09 0.85 0 0.27 293.58 0.74 0.42
Hex AA 1C BB 9 55 0 1B 126 4A 2A
Octal 252 34 273 11 125 0 33 446 112 52
Binary 10101010 11100 10111011 1001 1010101 0 11011 100100110 1001010 101010

Color Harmonies of #AA1CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CBB

Black with #AA1CBB

Text Example


Text Example

White with #AA1CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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