Html Css Color HEX #A314BF Dark Violet

📋 copy color: '#A314BF'

red 163 ◦ green 20 ◦ blue 191

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

Shades of Dark Violet #A314BF

Tints of Dark Violet #A314BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 43.58%
G = 5.35%
B = 51.07%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A314BF (or 0xA314BF) is known color: Dark Violet. HEX triplet: A3, 14 and BF. RGB value is (163,20,191). Sum of RGB (Red+Green+Blue) = 163+20+191=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #A314BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314BF is #5CEB40. Grayscale: #515151. Windows color (decimal): -6089537 or 12522659. OLE color: 12522659.

HSL color Cylindrical-coordinate representation of color #A314BF: hue angle of 290.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A314BF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 20 191 -
CMYK 0.15 0.90 0 0.25
HSL 290.18º 0.81% 0.41% -
HSV(B) 290.18º 0.9% 0.75% -
XYZ 24.76 12.05 50.31 -
YUV 82.25 189.38 185.6 -
System Red Green Blue C M Y K H S L
Decimal 163 20 191 0.15 0.90 0 0.25 290.18 0.81 0.41
Hex A3 14 BF F 5A 0 19 122 51 29
Octal 243 24 277 17 132 0 31 442 121 51
Binary 10100011 10100 10111111 1111 1011010 0 11001 100100010 1010001 101001

Color Harmonies of #A314BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314BF

Black with #A314BF

Text Example


Text Example

White with #A314BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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