Html Css Color HEX #AA1CB5 Dark Orchid

📋 copy color: '#AA1CB5'

red 170 ◦ green 28 ◦ blue 181

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

Shades of Dark Orchid #AA1CB5

Tints of Dark Orchid #AA1CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.76%

R = 44.85%
G = 7.39%
B = 47.76%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA1CB5 (or 0xAA1CB5) is known color: Dark Orchid. HEX triplet: AA, 1C and B5. RGB value is (170,28,181). Sum of RGB (Red+Green+Blue) = 170+28+181=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA1CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CB5 is #55E34A. Grayscale: #575757. Windows color (decimal): -5628747 or 11869354. OLE color: 11869354.

HSL color Cylindrical-coordinate representation of color #AA1CB5: hue angle of 295.69º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1CB5 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 28 181 -
CMYK 0.06 0.85 0 0.29
HSL 295.69º 0.73% 0.41% -
HSV(B) 295.69º 0.85% 0.71% -
XYZ 25.33 12.71 44.83 -
YUV 87.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 170 28 181 0.06 0.85 0 0.29 295.69 0.73 0.41
Hex AA 1C B5 6 55 0 1D 128 49 29
Octal 252 34 265 6 125 0 35 450 111 51
Binary 10101010 11100 10110101 110 1010101 0 11101 100101000 1001001 101001

Color Harmonies of #AA1CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CB5

Black with #AA1CB5

Text Example


Text Example

White with #AA1CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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