Html Css Color HEX #A314B5 Dark Violet

📋 copy color: '#A314B5'

red 163 ◦ green 20 ◦ blue 181

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

Shades of Dark Violet #A314B5

Tints of Dark Violet #A314B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.73%

R = 44.78%
G = 5.49%
B = 49.73%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A314B5 (or 0xA314B5) is known color: Dark Violet. HEX triplet: A3, 14 and B5. RGB value is (163,20,181). Sum of RGB (Red+Green+Blue) = 163+20+181=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #A314B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314B5 is #5CEB4A. Grayscale: #505050. Windows color (decimal): -6089547 or 11867299. OLE color: 11867299.

HSL color Cylindrical-coordinate representation of color #A314B5: hue angle of 293.29º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A314B5 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 20 181 -
CMYK 0.10 0.89 0 0.29
HSL 293.29º 0.8% 0.39% -
HSV(B) 293.29º 0.89% 0.71% -
XYZ 23.69 11.62 44.71 -
YUV 81.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 163 20 181 0.10 0.89 0 0.29 293.29 0.8 0.39
Hex A3 14 B5 A 59 0 1D 125 50 27
Octal 243 24 265 12 131 0 35 445 120 47
Binary 10100011 10100 10110101 1010 1011001 0 11101 100100101 1010000 100111

Color Harmonies of #A314B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314B5

Black with #A314B5

Text Example


Text Example

White with #A314B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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