Html Css Color HEX #A314DD Dark Violet

📋 copy color: '#A314DD'

red 163 ◦ green 20 ◦ blue 221

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

Shades of Dark Violet #A314DD

Tints of Dark Violet #A314DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 40.35%
G = 4.95%
B = 54.7%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A314DD (or 0xA314DD) is known color: Dark Violet. HEX triplet: A3, 14 and DD. RGB value is (163,20,221). Sum of RGB (Red+Green+Blue) = 163+20+221=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #A314DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314DD is #5CEB22. Grayscale: #555555. Windows color (decimal): -6089507 or 14488739. OLE color: 14488739.

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

Color convert

RGB 163 20 221 -
CMYK 0.26 0.91 0 0.13
HSL 282.69º 0.83% 0.47% -
HSV(B) 282.69º 0.91% 0.87% -
XYZ 28.41 13.51 69.52 -
YUV 85.67 204.38 183.16 -
System Red Green Blue C M Y K H S L
Decimal 163 20 221 0.26 0.91 0 0.13 282.69 0.83 0.47
Hex A3 14 DD 1A 5B 0 D 11B 53 2F
Octal 243 24 335 32 133 0 15 433 123 57
Binary 10100011 10100 11011101 11010 1011011 0 1101 100011011 1010011 101111

Color Harmonies of #A314DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314DD

Black with #A314DD

Text Example


Text Example

White with #A314DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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