Html Css Color HEX #A313AF Dark Violet

📋 copy color: '#A313AF'

red 163 ◦ green 19 ◦ blue 175

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

Shades of Dark Violet #A313AF

Tints of Dark Violet #A313AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.32%

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 45.66%
G = 5.32%
B = 49.02%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A313AF (or 0xA313AF) is known color: Dark Violet. HEX triplet: A3, 13 and AF. RGB value is (163,19,175). Sum of RGB (Red+Green+Blue) = 163+19+175=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #A313AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A313AF is #5CEC50. Grayscale: #4F4F4F. Windows color (decimal): -6089809 or 11473827. OLE color: 11473827.

HSL color Cylindrical-coordinate representation of color #A313AF: hue angle of 295.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A313AF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 19 175 -
CMYK 0.07 0.89 0 0.31
HSL 295.38º 0.8% 0.38% -
HSV(B) 295.38º 0.89% 0.69% -
XYZ 23.07 11.35 41.53 -
YUV 79.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 163 19 175 0.07 0.89 0 0.31 295.38 0.8 0.38
Hex A3 13 AF 7 59 0 1F 127 50 26
Octal 243 23 257 7 131 0 37 447 120 46
Binary 10100011 10011 10101111 111 1011001 0 11111 100100111 1010000 100110

Color Harmonies of #A313AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A313AF

Black with #A313AF

Text Example


Text Example

White with #A313AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A313AF; }

 p { color: rgb(163,19,175); }

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

background-color css

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

 a { background-color: rgb(163,19,175); }

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

border-color css

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

 span { border-color: rgb(163,19,175); }

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