Html Css Color HEX #A512EB Dark Violet

📋 copy color: '#A512EB'

red 165 ◦ green 18 ◦ blue 235

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

Shades of Dark Violet #A512EB

Tints of Dark Violet #A512EB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.31%

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

R = 39.47%
G = 4.31%
B = 56.22%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A512EB (or 0xA512EB) is known color: Dark Violet. HEX triplet: A5, 12 and EB. RGB value is (165,18,235). Sum of RGB (Red+Green+Blue) = 165+18+235=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #A512EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A512EB is #5AED14. Grayscale: #555555. Windows color (decimal): -5958933 or 15405733. OLE color: 15405733.

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

Color convert

RGB 165 18 235 -
CMYK 0.30 0.92 0 0.08
HSL 280.65º 0.86% 0.5% -
HSV(B) 280.65º 0.92% 0.92% -
XYZ 30.73 14.43 79.76 -
YUV 86.69 211.7 183.86 -
System Red Green Blue C M Y K H S L
Decimal 165 18 235 0.30 0.92 0 0.08 280.65 0.86 0.5
Hex A5 12 EB 1E 5C 0 8 119 56 32
Octal 245 22 353 36 134 0 10 431 126 62
Binary 10100101 10010 11101011 11110 1011100 0 1000 100011001 1010110 110010

Color Harmonies of #A512EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512EB

Black with #A512EB

Text Example


Text Example

White with #A512EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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