Html Css Color HEX #A314BE Dark Violet

📋 copy color: '#A314BE'

red 163 ◦ green 20 ◦ blue 190

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

Shades of Dark Violet #A314BE

Tints of Dark Violet #A314BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 43.7%
G = 5.36%
B = 50.94%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A314BE (or 0xA314BE) is known color: Dark Violet. HEX triplet: A3, 14 and BE. RGB value is (163,20,190). Sum of RGB (Red+Green+Blue) = 163+20+190=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #A314BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A314BE is #5CEB41. Grayscale: #515151. Windows color (decimal): -6089538 or 12457123. OLE color: 12457123.

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

Color convert

RGB 163 20 190 -
CMYK 0.14 0.89 0 0.25
HSL 290.47º 0.81% 0.41% -
HSV(B) 290.47º 0.89% 0.75% -
XYZ 24.65 12 49.73 -
YUV 82.14 188.88 185.68 -
System Red Green Blue C M Y K H S L
Decimal 163 20 190 0.14 0.89 0 0.25 290.47 0.81 0.41
Hex A3 14 BE E 59 0 19 122 51 29
Octal 243 24 276 16 131 0 31 442 121 51
Binary 10100011 10100 10111110 1110 1011001 0 11001 100100010 1010001 101001

Color Harmonies of #A314BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A314BE

Black with #A314BE

Text Example


Text Example

White with #A314BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A314BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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