Html Css Color HEX #A11FBC Dark Orchid

📋 copy color: '#A11FBC'

red 161 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #A11FBC

Tints of Dark Orchid #A11FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 42.37%
G = 8.16%
B = 49.47%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A11FBC (or 0xA11FBC) is known color: Dark Orchid. HEX triplet: A1, 1F and BC. RGB value is (161,31,188). Sum of RGB (Red+Green+Blue) = 161+31+188=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #A11FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FBC is #5EE043. Grayscale: #575757. Windows color (decimal): -6217796 or 12328865. OLE color: 12328865.

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

Color convert

RGB 161 31 188 -
CMYK 0.14 0.84 0 0.26
HSL 289.68º 0.72% 0.43% -
HSV(B) 289.68º 0.84% 0.74% -
XYZ 24.27 12.19 48.65 -
YUV 87.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 161 31 188 0.14 0.84 0 0.26 289.68 0.72 0.43
Hex A1 1F BC E 54 0 1A 122 48 2B
Octal 241 37 274 16 124 0 32 442 110 53
Binary 10100001 11111 10111100 1110 1010100 0 11010 100100010 1001000 101011

Color Harmonies of #A11FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FBC

Black with #A11FBC

Text Example


Text Example

White with #A11FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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