Html Css Color HEX #A11FB9 Dark Orchid

📋 copy color: '#A11FB9'

red 161 ◦ green 31 ◦ blue 185

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

Shades of Dark Orchid #A11FB9

Tints of Dark Orchid #A11FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.07%

R = 42.71%
G = 8.22%
B = 49.07%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A11FB9 (or 0xA11FB9) is known color: Dark Orchid. HEX triplet: A1, 1F and B9. RGB value is (161,31,185). Sum of RGB (Red+Green+Blue) = 161+31+185=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #A11FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FB9 is #5EE046. Grayscale: #565656. Windows color (decimal): -6217799 or 12132257. OLE color: 12132257.

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

Color convert

RGB 161 31 185 -
CMYK 0.13 0.83 0 0.27
HSL 290.65º 0.71% 0.42% -
HSV(B) 290.65º 0.83% 0.73% -
XYZ 23.94 12.06 46.96 -
YUV 87.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 161 31 185 0.13 0.83 0 0.27 290.65 0.71 0.42
Hex A1 1F B9 D 53 0 1B 123 47 2A
Octal 241 37 271 15 123 0 33 443 107 52
Binary 10100001 11111 10111001 1101 1010011 0 11011 100100011 1000111 101010

Color Harmonies of #A11FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FB9

Black with #A11FB9

Text Example


Text Example

White with #A11FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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