Html Css Color HEX #A11CAB Dark Orchid

📋 copy color: '#A11CAB'

red 161 ◦ green 28 ◦ blue 171

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

Shades of Dark Orchid #A11CAB

Tints of Dark Orchid #A11CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 44.72%
G = 7.78%
B = 47.5%

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

#A11CAB (or 0xA11CAB) is known color: Dark Orchid. HEX triplet: A1, 1C and AB. RGB value is (161,28,171). Sum of RGB (Red+Green+Blue) = 161+28+171=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #A11CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11CAB is #5EE354. Grayscale: #535353. Windows color (decimal): -6218581 or 11213985. OLE color: 11213985.

HSL color Cylindrical-coordinate representation of color #A11CAB: hue angle of 295.8º 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 #A11CAB is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 28 171 -
CMYK 0.06 0.84 0 0.33
HSL 295.8º 0.72% 0.39% -
HSV(B) 295.8º 0.84% 0.67% -
XYZ 22.46 11.35 39.53 -
YUV 84.07 177.06 182.87 -
System Red Green Blue C M Y K H S L
Decimal 161 28 171 0.06 0.84 0 0.33 295.8 0.72 0.39
Hex A1 1C AB 6 54 0 21 128 48 27
Octal 241 34 253 6 124 0 41 450 110 47
Binary 10100001 11100 10101011 110 1010100 0 100001 100101000 1001000 100111

Color Harmonies of #A11CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CAB

Black with #A11CAB

Text Example


Text Example

White with #A11CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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