Html Css Color HEX #A11BAB Dark Orchid

📋 copy color: '#A11BAB'

red 161 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #A11BAB

Tints of Dark Orchid #A11BAB

RGB

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

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

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

R = 44.85%
G = 7.52%
B = 47.63%

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

#A11BAB (or 0xA11BAB) is known color: Dark Orchid. HEX triplet: A1, 1B and AB. RGB value is (161,27,171). Sum of RGB (Red+Green+Blue) = 161+27+171=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #A11BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11BAB is #5EE454. Grayscale: #535353. Windows color (decimal): -6218837 or 11213729. OLE color: 11213729.

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

Color convert

RGB 161 27 171 -
CMYK 0.06 0.84 0 0.33
HSL 295.83º 0.73% 0.39% -
HSV(B) 295.83º 0.84% 0.67% -
XYZ 22.44 11.3 39.53 -
YUV 83.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 161 27 171 0.06 0.84 0 0.33 295.83 0.73 0.39
Hex A1 1B AB 6 54 0 21 128 49 27
Octal 241 33 253 6 124 0 41 450 111 47
Binary 10100001 11011 10101011 110 1010100 0 100001 100101000 1001001 100111

Color Harmonies of #A11BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11BAB

Black with #A11BAB

Text Example


Text Example

White with #A11BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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