Html Css Color HEX #A314DC Dark Violet

📋 copy color: '#A314DC'

red 163 ◦ green 20 ◦ blue 220

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

Shades of Dark Violet #A314DC

Tints of Dark Violet #A314DC

RGB

 RED value IS 163 (64.06% from 255) = 40.45%

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

 BLUE value IS 220 (86.33% from 255) = 54.59%

R = 40.45%
G = 4.96%
B = 54.59%

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

#A314DC (or 0xA314DC) is known color: Dark Violet. HEX triplet: A3, 14 and DC. RGB value is (163,20,220). Sum of RGB (Red+Green+Blue) = 163+20+220=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #A314DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314DC is #5CEB23. Grayscale: #545454. Windows color (decimal): -6089508 or 14423203. OLE color: 14423203.

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

Color convert

RGB 163 20 220 -
CMYK 0.26 0.91 0 0.14
HSL 282.9º 0.83% 0.47% -
HSV(B) 282.9º 0.91% 0.86% -
XYZ 28.27 13.45 68.82 -
YUV 85.56 203.88 183.24 -
System Red Green Blue C M Y K H S L
Decimal 163 20 220 0.26 0.91 0 0.14 282.9 0.83 0.47
Hex A3 14 DC 1A 5B 0 E 11B 53 2F
Octal 243 24 334 32 133 0 16 433 123 57
Binary 10100011 10100 11011100 11010 1011011 0 1110 100011011 1010011 101111

Color Harmonies of #A314DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314DC

Black with #A314DC

Text Example


Text Example

White with #A314DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314DC; }

 p { color: rgb(163,20,220); }

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

background-color css

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

 a { background-color: rgb(163,20,220); }

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

border-color css

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

 span { border-color: rgb(163,20,220); }

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