Html Css Color HEX #AA1CBA Dark Orchid

📋 copy color: '#AA1CBA'

red 170 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #AA1CBA

Tints of Dark Orchid #AA1CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 44.27%
G = 7.29%
B = 48.44%

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

#AA1CBA (or 0xAA1CBA) is known color: Dark Orchid. HEX triplet: AA, 1C and BA. RGB value is (170,28,186). Sum of RGB (Red+Green+Blue) = 170+28+186=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA1CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CBA is #55E345. Grayscale: #575757. Windows color (decimal): -5628742 or 12197034. OLE color: 12197034.

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

Color convert

RGB 170 28 186 -
CMYK 0.09 0.85 0 0.27
HSL 293.92º 0.74% 0.42% -
HSV(B) 293.92º 0.85% 0.73% -
XYZ 25.86 12.92 47.59 -
YUV 88.47 183.04 186.15 -
System Red Green Blue C M Y K H S L
Decimal 170 28 186 0.09 0.85 0 0.27 293.92 0.74 0.42
Hex AA 1C BA 9 55 0 1B 126 4A 2A
Octal 252 34 272 11 125 0 33 446 112 52
Binary 10101010 11100 10111010 1001 1010101 0 11011 100100110 1001010 101010

Color Harmonies of #AA1CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CBA

Black with #AA1CBA

Text Example


Text Example

White with #AA1CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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