Html Css Color HEX #A514EB Dark Violet

📋 copy color: '#A514EB'

red 165 ◦ green 20 ◦ blue 235

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

Shades of Dark Violet #A514EB

Tints of Dark Violet #A514EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.95%

R = 39.29%
G = 4.76%
B = 55.95%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A514EB (or 0xA514EB) is known color: Dark Violet. HEX triplet: A5, 14 and EB. RGB value is (165,20,235). Sum of RGB (Red+Green+Blue) = 165+20+235=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #A514EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A514EB is #5AEB14. Grayscale: #575757. Windows color (decimal): -5958421 or 15406245. OLE color: 15406245.

HSL color Cylindrical-coordinate representation of color #A514EB: hue angle of 280.47º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A514EB is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 20 235 -
CMYK 0.30 0.91 0 0.08
HSL 280.47º 0.84% 0.5% -
HSV(B) 280.47º 0.91% 0.92% -
XYZ 30.76 14.5 79.77 -
YUV 87.87 211.04 183.02 -
System Red Green Blue C M Y K H S L
Decimal 165 20 235 0.30 0.91 0 0.08 280.47 0.84 0.5
Hex A5 14 EB 1E 5B 0 8 118 54 32
Octal 245 24 353 36 133 0 10 430 124 62
Binary 10100101 10100 11101011 11110 1011011 0 1000 100011000 1010100 110010

Color Harmonies of #A514EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514EB

Black with #A514EB

Text Example


Text Example

White with #A514EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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