Html Css Color HEX #A11ABC Dark Orchid

📋 copy color: '#A11ABC'

red 161 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #A11ABC

Tints of Dark Orchid #A11ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

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

R = 42.93%
G = 6.93%
B = 50.13%

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

#A11ABC (or 0xA11ABC) is known color: Dark Orchid. HEX triplet: A1, 1A and BC. RGB value is (161,26,188). Sum of RGB (Red+Green+Blue) = 161+26+188=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #A11ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11ABC is #5EE543. Grayscale: #545454. Windows color (decimal): -6219076 or 12327585. OLE color: 12327585.

HSL color Cylindrical-coordinate representation of color #A11ABC: hue angle of 290º degrees, saturation: 0.76, 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 #A11ABC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 26 188 -
CMYK 0.14 0.86 0 0.26
HSL 290º 0.76% 0.42% -
HSV(B) 290º 0.86% 0.74% -
XYZ 24.14 11.95 48.61 -
YUV 84.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 161 26 188 0.14 0.86 0 0.26 290 0.76 0.42
Hex A1 1A BC E 56 0 1A 122 4C 2A
Octal 241 32 274 16 126 0 32 442 114 52
Binary 10100001 11010 10111100 1110 1010110 0 11010 100100010 1001100 101010

Color Harmonies of #A11ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11ABC

Black with #A11ABC

Text Example


Text Example

White with #A11ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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