Html Css Color HEX #A11BC7 Dark Orchid

📋 copy color: '#A11BC7'

red 161 ◦ green 27 ◦ blue 199

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

Shades of Dark Orchid #A11BC7

Tints of Dark Orchid #A11BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.42%

R = 41.6%
G = 6.98%
B = 51.42%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A11BC7 (or 0xA11BC7) is known color: Dark Orchid. HEX triplet: A1, 1B and C7. RGB value is (161,27,199). Sum of RGB (Red+Green+Blue) = 161+27+199=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #A11BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11BC7 is #5EE438. Grayscale: #565656. Windows color (decimal): -6218809 or 13048737. OLE color: 13048737.

HSL color Cylindrical-coordinate representation of color #A11BC7: hue angle of 286.74º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11BC7 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 27 199 -
CMYK 0.19 0.86 0 0.22
HSL 286.74º 0.76% 0.44% -
HSV(B) 286.74º 0.86% 0.78% -
XYZ 25.4 12.48 55.1 -
YUV 86.67 191.39 181.01 -
System Red Green Blue C M Y K H S L
Decimal 161 27 199 0.19 0.86 0 0.22 286.74 0.76 0.44
Hex A1 1B C7 13 56 0 16 11F 4C 2C
Octal 241 33 307 23 126 0 26 437 114 54
Binary 10100001 11011 11000111 10011 1010110 0 10110 100011111 1001100 101100

Color Harmonies of #A11BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11BC7

Black with #A11BC7

Text Example


Text Example

White with #A11BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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