Html Css Color HEX #A114DB Dark Violet

📋 copy color: '#A114DB'

red 161 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #A114DB

Tints of Dark Violet #A114DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5%

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 40.25%
G = 5%
B = 54.75%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A114DB (or 0xA114DB) is known color: Dark Violet. HEX triplet: A1, 14 and DB. RGB value is (161,20,219). Sum of RGB (Red+Green+Blue) = 161+20+219=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #A114DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A114DB is #5EEB24. Grayscale: #545454. Windows color (decimal): -6220581 or 14357665. OLE color: 14357665.

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

Color convert

RGB 161 20 219 -
CMYK 0.26 0.91 0 0.14
HSL 282.51º 0.83% 0.47% -
HSV(B) 282.51º 0.91% 0.86% -
XYZ 27.73 13.19 68.1 -
YUV 84.85 203.71 182.32 -
System Red Green Blue C M Y K H S L
Decimal 161 20 219 0.26 0.91 0 0.14 282.51 0.83 0.47
Hex A1 14 DB 1A 5B 0 E 11B 53 2F
Octal 241 24 333 32 133 0 16 433 123 57
Binary 10100001 10100 11011011 11010 1011011 0 1110 100011011 1010011 101111

Color Harmonies of #A114DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A114DB

Black with #A114DB

Text Example


Text Example

White with #A114DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A114DB; }

 p { color: rgb(161,20,219); }

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

background-color css

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

 a { background-color: rgb(161,20,219); }

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

border-color css

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

 span { border-color: rgb(161,20,219); }

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