Html Css Color HEX #A11FBE Dark Orchid

📋 copy color: '#A11FBE'

red 161 ◦ green 31 ◦ blue 190

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

Shades of Dark Orchid #A11FBE

Tints of Dark Orchid #A11FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 42.15%
G = 8.12%
B = 49.74%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A11FBE (or 0xA11FBE) is known color: Dark Orchid. HEX triplet: A1, 1F and BE. RGB value is (161,31,190). Sum of RGB (Red+Green+Blue) = 161+31+190=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #A11FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FBE is #5EE041. Grayscale: #575757. Windows color (decimal): -6217794 or 12459937. OLE color: 12459937.

HSL color Cylindrical-coordinate representation of color #A11FBE: hue angle of 289.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11FBE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 31 190 -
CMYK 0.15 0.84 0 0.25
HSL 289.06º 0.72% 0.43% -
HSV(B) 289.06º 0.84% 0.75% -
XYZ 24.48 12.27 49.79 -
YUV 88 185.57 180.07 -
System Red Green Blue C M Y K H S L
Decimal 161 31 190 0.15 0.84 0 0.25 289.06 0.72 0.43
Hex A1 1F BE F 54 0 19 121 48 2B
Octal 241 37 276 17 124 0 31 441 110 53
Binary 10100001 11111 10111110 1111 1010100 0 11001 100100001 1001000 101011

Color Harmonies of #A11FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FBE

Black with #A11FBE

Text Example


Text Example

White with #A11FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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