Html Css Color HEX #AA1BC5 Dark Orchid

📋 copy color: '#AA1BC5'

red 170 ◦ green 27 ◦ blue 197

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

Shades of Dark Orchid #AA1BC5

Tints of Dark Orchid #AA1BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50%

R = 43.15%
G = 6.85%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA1BC5 (or 0xAA1BC5) is known color: Dark Orchid. HEX triplet: AA, 1B and C5. RGB value is (170,27,197). Sum of RGB (Red+Green+Blue) = 170+27+197=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA1BC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BC5 is #55E43A. Grayscale: #585858. Windows color (decimal): -5628987 or 12917674. OLE color: 12917674.

HSL color Cylindrical-coordinate representation of color #AA1BC5: hue angle of 290.47º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1BC5 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 27 197 -
CMYK 0.14 0.86 0 0.23
HSL 290.47º 0.76% 0.44% -
HSV(B) 290.47º 0.86% 0.77% -
XYZ 27.05 13.36 53.98 -
YUV 89.14 188.88 185.68 -
System Red Green Blue C M Y K H S L
Decimal 170 27 197 0.14 0.86 0 0.23 290.47 0.76 0.44
Hex AA 1B C5 E 56 0 17 122 4C 2C
Octal 252 33 305 16 126 0 27 442 114 54
Binary 10101010 11011 11000101 1110 1010110 0 10111 100100010 1001100 101100

Color Harmonies of #AA1BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BC5

Black with #AA1BC5

Text Example


Text Example

White with #AA1BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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