Html Css Color HEX #A11BBC Dark Orchid

📋 copy color: '#A11BBC'

red 161 ◦ green 27 ◦ blue 188

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

Shades of Dark Orchid #A11BBC

Tints of Dark Orchid #A11BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.18%

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

R = 42.82%
G = 7.18%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A11BBC (or 0xA11BBC) is known color: Dark Orchid. HEX triplet: A1, 1B and BC. RGB value is (161,27,188). Sum of RGB (Red+Green+Blue) = 161+27+188=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #A11BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11BBC is #5EE443. Grayscale: #545454. Windows color (decimal): -6218820 or 12327841. OLE color: 12327841.

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

Color convert

RGB 161 27 188 -
CMYK 0.14 0.86 0 0.26
HSL 289.94º 0.75% 0.42% -
HSV(B) 289.94º 0.86% 0.74% -
XYZ 24.17 11.99 48.62 -
YUV 85.42 185.89 181.91 -
System Red Green Blue C M Y K H S L
Decimal 161 27 188 0.14 0.86 0 0.26 289.94 0.75 0.42
Hex A1 1B BC E 56 0 1A 122 4B 2A
Octal 241 33 274 16 126 0 32 442 113 52
Binary 10100001 11011 10111100 1110 1010110 0 11010 100100010 1001011 101010

Color Harmonies of #A11BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11BBC

Black with #A11BBC

Text Example


Text Example

White with #A11BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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