Html Css Color HEX #A11CAC Dark Orchid

📋 copy color: '#A11CAC'

red 161 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #A11CAC

Tints of Dark Orchid #A11CAC

RGB

 RED value IS 161 (63.28% from 255) = 44.6%

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 44.6%
G = 7.76%
B = 47.65%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A11CAC (or 0xA11CAC) is known color: Dark Orchid. HEX triplet: A1, 1C and AC. RGB value is (161,28,172). Sum of RGB (Red+Green+Blue) = 161+28+172=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #A11CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11CAC is #5EE353. Grayscale: #535353. Windows color (decimal): -6218580 or 11279521. OLE color: 11279521.

HSL color Cylindrical-coordinate representation of color #A11CAC: hue angle of 295.42º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11CAC is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 28 172 -
CMYK 0.06 0.84 0 0.33
HSL 295.42º 0.72% 0.39% -
HSV(B) 295.42º 0.84% 0.67% -
XYZ 22.56 11.39 40.04 -
YUV 84.18 177.56 182.79 -
System Red Green Blue C M Y K H S L
Decimal 161 28 172 0.06 0.84 0 0.33 295.42 0.72 0.39
Hex A1 1C AC 6 54 0 21 127 48 27
Octal 241 34 254 6 124 0 41 447 110 47
Binary 10100001 11100 10101100 110 1010100 0 100001 100100111 1001000 100111

Color Harmonies of #A11CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CAC

Black with #A11CAC

Text Example


Text Example

White with #A11CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CAC; }

 p { color: rgb(161,28,172); }

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

background-color css

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

 a { background-color: rgb(161,28,172); }

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

border-color css

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

 span { border-color: rgb(161,28,172); }

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