Html Css Color HEX #AA1BC4 Dark Orchid

📋 copy color: '#AA1BC4'

red 170 ◦ green 27 ◦ blue 196

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

Shades of Dark Orchid #AA1BC4

Tints of Dark Orchid #AA1BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 49.87%

R = 43.26%
G = 6.87%
B = 49.87%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA1BC4 (or 0xAA1BC4) is known color: Dark Orchid. HEX triplet: AA, 1B and C4. RGB value is (170,27,196). Sum of RGB (Red+Green+Blue) = 170+27+196=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA1BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BC4 is #55E43B. Grayscale: #585858. Windows color (decimal): -5628988 or 12852138. OLE color: 12852138.

HSL color Cylindrical-coordinate representation of color #AA1BC4: hue angle of 290.77º 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 #AA1BC4 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 27 196 -
CMYK 0.13 0.86 0 0.23
HSL 290.77º 0.76% 0.44% -
HSV(B) 290.77º 0.86% 0.77% -
XYZ 26.93 13.32 53.38 -
YUV 89.02 188.38 185.76 -
System Red Green Blue C M Y K H S L
Decimal 170 27 196 0.13 0.86 0 0.23 290.77 0.76 0.44
Hex AA 1B C4 D 56 0 17 123 4C 2C
Octal 252 33 304 15 126 0 27 443 114 54
Binary 10101010 11011 11000100 1101 1010110 0 10111 100100011 1001100 101100

Color Harmonies of #AA1BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BC4

Black with #AA1BC4

Text Example


Text Example

White with #AA1BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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