Html Css Color HEX #A514AF Dark Violet

📋 copy color: '#A514AF'

red 165 ◦ green 20 ◦ blue 175

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

Shades of Dark Violet #A514AF

Tints of Dark Violet #A514AF

RGB

 RED value IS 165 (64.84% from 255) = 45.83%

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

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

R = 45.83%
G = 5.56%
B = 48.61%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A514AF (or 0xA514AF) is known color: Dark Violet. HEX triplet: A5, 14 and AF. RGB value is (165,20,175). Sum of RGB (Red+Green+Blue) = 165+20+175=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #A514AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A514AF is #5AEB50. Grayscale: #505050. Windows color (decimal): -5958481 or 11474085. OLE color: 11474085.

HSL color Cylindrical-coordinate representation of color #A514AF: hue angle of 296.13º degrees, saturation: 0.79, 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 #A514AF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 20 175 -
CMYK 0.06 0.89 0 0.31
HSL 296.13º 0.79% 0.38% -
HSV(B) 296.13º 0.89% 0.69% -
XYZ 23.51 11.59 41.56 -
YUV 81.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 165 20 175 0.06 0.89 0 0.31 296.13 0.79 0.38
Hex A5 14 AF 6 59 0 1F 128 4F 26
Octal 245 24 257 6 131 0 37 450 117 46
Binary 10100101 10100 10101111 110 1011001 0 11111 100101000 1001111 100110

Color Harmonies of #A514AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514AF

Black with #A514AF

Text Example


Text Example

White with #A514AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514AF; }

 p { color: rgb(165,20,175); }

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

background-color css

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

 a { background-color: rgb(165,20,175); }

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

border-color css

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

 span { border-color: rgb(165,20,175); }

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