Html Css Color HEX #A11FB6 Dark Orchid

📋 copy color: '#A11FB6'

red 161 ◦ green 31 ◦ blue 182

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

Shades of Dark Orchid #A11FB6

Tints of Dark Orchid #A11FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.66%

R = 43.05%
G = 8.29%
B = 48.66%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A11FB6 (or 0xA11FB6) is known color: Dark Orchid. HEX triplet: A1, 1F and B6. RGB value is (161,31,182). Sum of RGB (Red+Green+Blue) = 161+31+182=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #A11FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FB6 is #5EE049. Grayscale: #565656. Windows color (decimal): -6217802 or 11935649. OLE color: 11935649.

HSL color Cylindrical-coordinate representation of color #A11FB6: hue angle of 291.66º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11FB6 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 31 182 -
CMYK 0.12 0.83 0 0.29
HSL 291.66º 0.71% 0.42% -
HSV(B) 291.66º 0.83% 0.71% -
XYZ 23.63 11.93 45.31 -
YUV 87.08 181.57 180.72 -
System Red Green Blue C M Y K H S L
Decimal 161 31 182 0.12 0.83 0 0.29 291.66 0.71 0.42
Hex A1 1F B6 C 53 0 1D 124 47 2A
Octal 241 37 266 14 123 0 35 444 107 52
Binary 10100001 11111 10110110 1100 1010011 0 11101 100100100 1000111 101010

Color Harmonies of #A11FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FB6

Black with #A11FB6

Text Example


Text Example

White with #A11FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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