Html Css Color HEX #A11FAB Dark Orchid

📋 copy color: '#A11FAB'

red 161 ◦ green 31 ◦ blue 171

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

Shades of Dark Orchid #A11FAB

Tints of Dark Orchid #A11FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.54%

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

R = 44.35%
G = 8.54%
B = 47.11%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A11FAB (or 0xA11FAB) is known color: Dark Orchid. HEX triplet: A1, 1F and AB. RGB value is (161,31,171). Sum of RGB (Red+Green+Blue) = 161+31+171=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #A11FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11FAB is #5EE054. Grayscale: #555555. Windows color (decimal): -6217813 or 11214753. OLE color: 11214753.

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

Color convert

RGB 161 31 171 -
CMYK 0.06 0.82 0 0.33
HSL 295.71º 0.69% 0.4% -
HSV(B) 295.71º 0.82% 0.67% -
XYZ 22.54 11.5 39.56 -
YUV 85.83 176.07 181.62 -
System Red Green Blue C M Y K H S L
Decimal 161 31 171 0.06 0.82 0 0.33 295.71 0.69 0.4
Hex A1 1F AB 6 52 0 21 128 45 28
Octal 241 37 253 6 122 0 41 450 105 50
Binary 10100001 11111 10101011 110 1010010 0 100001 100101000 1000101 101000

Color Harmonies of #A11FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FAB

Black with #A11FAB

Text Example


Text Example

White with #A11FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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