Html Css Color HEX #A814C1 Dark Violet

📋 copy color: '#A814C1'

red 168 ◦ green 20 ◦ blue 193

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

Shades of Dark Violet #A814C1

Tints of Dark Violet #A814C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.66%

R = 44.09%
G = 5.25%
B = 50.66%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A814C1 (or 0xA814C1) is known color: Dark Violet. HEX triplet: A8, 14 and C1. RGB value is (168,20,193). Sum of RGB (Red+Green+Blue) = 168+20+193=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #A814C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A814C1 is #57EB3E. Grayscale: #535353. Windows color (decimal): -5761855 or 12653736. OLE color: 12653736.

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

Color convert

RGB 168 20 193 -
CMYK 0.13 0.90 0 0.24
HSL 291.33º 0.81% 0.42% -
HSV(B) 291.33º 0.9% 0.76% -
XYZ 26.02 12.68 51.53 -
YUV 83.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 168 20 193 0.13 0.90 0 0.24 291.33 0.81 0.42
Hex A8 14 C1 D 5A 0 18 123 51 2A
Octal 250 24 301 15 132 0 30 443 121 52
Binary 10101000 10100 11000001 1101 1011010 0 11000 100100011 1010001 101010

Color Harmonies of #A814C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A814C1

Black with #A814C1

Text Example


Text Example

White with #A814C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A814C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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