Html Css Color HEX #A814C0 Dark Violet

📋 copy color: '#A814C0'

red 168 ◦ green 20 ◦ blue 192

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

Shades of Dark Violet #A814C0

Tints of Dark Violet #A814C0

RGB

 RED value IS 168 (66.02% from 255) = 44.21%

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

 BLUE value IS 192 (75.39% from 255) = 50.53%

R = 44.21%
G = 5.26%
B = 50.53%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A814C0 (or 0xA814C0) is known color: Dark Violet. HEX triplet: A8, 14 and C0. RGB value is (168,20,192). Sum of RGB (Red+Green+Blue) = 168+20+192=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #A814C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814C0 is #57EB3F. Grayscale: #535353. Windows color (decimal): -5761856 or 12588200. OLE color: 12588200.

HSL color Cylindrical-coordinate representation of color #A814C0: hue angle of 291.63º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A814C0 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 20 192 -
CMYK 0.12 0.90 0 0.25
HSL 291.63º 0.81% 0.42% -
HSV(B) 291.63º 0.9% 0.75% -
XYZ 25.91 12.63 50.94 -
YUV 83.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 168 20 192 0.12 0.90 0 0.25 291.63 0.81 0.42
Hex A8 14 C0 C 5A 0 19 124 51 2A
Octal 250 24 300 14 132 0 31 444 121 52
Binary 10101000 10100 11000000 1100 1011010 0 11001 100100100 1010001 101010

Color Harmonies of #A814C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814C0

Black with #A814C0

Text Example


Text Example

White with #A814C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814C0; }

 p { color: rgb(168,20,192); }

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

background-color css

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

 a { background-color: rgb(168,20,192); }

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

border-color css

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

 span { border-color: rgb(168,20,192); }

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