Html Css Color HEX #A514CE Dark Violet

📋 copy color: '#A514CE'

red 165 ◦ green 20 ◦ blue 206

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

Shades of Dark Violet #A514CE

Tints of Dark Violet #A514CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 42.2%
G = 5.12%
B = 52.69%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A514CE (or 0xA514CE) is known color: Dark Violet. HEX triplet: A5, 14 and CE. RGB value is (165,20,206). Sum of RGB (Red+Green+Blue) = 165+20+206=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #A514CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A514CE is #5AEB31. Grayscale: #535353. Windows color (decimal): -5958450 or 13505701. OLE color: 13505701.

HSL color Cylindrical-coordinate representation of color #A514CE: hue angle of 286.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A514CE is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 20 206 -
CMYK 0.20 0.90 0 0.19
HSL 286.77º 0.82% 0.44% -
HSV(B) 286.77º 0.9% 0.81% -
XYZ 26.91 12.96 59.48 -
YUV 84.56 196.54 185.38 -
System Red Green Blue C M Y K H S L
Decimal 165 20 206 0.20 0.90 0 0.19 286.77 0.82 0.44
Hex A5 14 CE 14 5A 0 13 11F 52 2C
Octal 245 24 316 24 132 0 23 437 122 54
Binary 10100101 10100 11001110 10100 1011010 0 10011 100011111 1010010 101100

Color Harmonies of #A514CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514CE

Black with #A514CE

Text Example


Text Example

White with #A514CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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