Html Css Color HEX #A514DA Dark Violet

📋 copy color: '#A514DA'

red 165 ◦ green 20 ◦ blue 218

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

Shades of Dark Violet #A514DA

Tints of Dark Violet #A514DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.09%

R = 40.94%
G = 4.96%
B = 54.09%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A514DA (or 0xA514DA) is known color: Dark Violet. HEX triplet: A5, 14 and DA. RGB value is (165,20,218). Sum of RGB (Red+Green+Blue) = 165+20+218=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #A514DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A514DA is #5AEB25. Grayscale: #555555. Windows color (decimal): -5958438 or 14292133. OLE color: 14292133.

HSL color Cylindrical-coordinate representation of color #A514DA: hue angle of 283.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A514DA is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 20 218 -
CMYK 0.24 0.91 0 0.15
HSL 283.94º 0.83% 0.47% -
HSV(B) 283.94º 0.91% 0.85% -
XYZ 28.42 13.56 67.45 -
YUV 85.93 202.54 184.4 -
System Red Green Blue C M Y K H S L
Decimal 165 20 218 0.24 0.91 0 0.15 283.94 0.83 0.47
Hex A5 14 DA 18 5B 0 F 11C 53 2F
Octal 245 24 332 30 133 0 17 434 123 57
Binary 10100101 10100 11011010 11000 1011011 0 1111 100011100 1010011 101111

Color Harmonies of #A514DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514DA

Black with #A514DA

Text Example


Text Example

White with #A514DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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