Html Css Color HEX #A314B4 Dark Violet

📋 copy color: '#A314B4'

red 163 ◦ green 20 ◦ blue 180

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

Shades of Dark Violet #A314B4

Tints of Dark Violet #A314B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.59%

R = 44.9%
G = 5.51%
B = 49.59%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A314B4 (or 0xA314B4) is known color: Dark Violet. HEX triplet: A3, 14 and B4. RGB value is (163,20,180). Sum of RGB (Red+Green+Blue) = 163+20+180=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #A314B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314B4 is #5CEB4B. Grayscale: #505050. Windows color (decimal): -6089548 or 11801763. OLE color: 11801763.

HSL color Cylindrical-coordinate representation of color #A314B4: hue angle of 293.62º 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 #A314B4 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 20 180 -
CMYK 0.09 0.89 0 0.29
HSL 293.63º 0.8% 0.39% -
HSV(B) 293.63º 0.89% 0.71% -
XYZ 23.59 11.58 44.17 -
YUV 81 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 163 20 180 0.09 0.89 0 0.29 293.63 0.8 0.39
Hex A3 14 B4 9 59 0 1D 126 50 27
Octal 243 24 264 11 131 0 35 446 120 47
Binary 10100011 10100 10110100 1001 1011001 0 11101 100100110 1010000 100111

Color Harmonies of #A314B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314B4

Black with #A314B4

Text Example


Text Example

White with #A314B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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