Html Css Color HEX #A11BAC Dark Orchid

📋 copy color: '#A11BAC'

red 161 ◦ green 27 ◦ blue 172

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

Shades of Dark Orchid #A11BAC

Tints of Dark Orchid #A11BAC

RGB

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

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

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

R = 44.72%
G = 7.5%
B = 47.78%

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

#A11BAC (or 0xA11BAC) is known color: Dark Orchid. HEX triplet: A1, 1B and AC. RGB value is (161,27,172). Sum of RGB (Red+Green+Blue) = 161+27+172=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #A11BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11BAC is #5EE453. Grayscale: #535353. Windows color (decimal): -6218836 or 11279265. OLE color: 11279265.

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

Color convert

RGB 161 27 172 -
CMYK 0.06 0.84 0 0.33
HSL 295.45º 0.73% 0.39% -
HSV(B) 295.45º 0.84% 0.67% -
XYZ 22.54 11.34 40.03 -
YUV 83.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 161 27 172 0.06 0.84 0 0.33 295.45 0.73 0.39
Hex A1 1B AC 6 54 0 21 127 49 27
Octal 241 33 254 6 124 0 41 447 111 47
Binary 10100001 11011 10101100 110 1010100 0 100001 100100111 1001001 100111

Color Harmonies of #A11BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11BAC

Black with #A11BAC

Text Example


Text Example

White with #A11BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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