Html Css Color HEX #A512DE Dark Violet

📋 copy color: '#A512DE'

red 165 ◦ green 18 ◦ blue 222

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

Shades of Dark Violet #A512DE

Tints of Dark Violet #A512DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 40.74%
G = 4.44%
B = 54.81%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A512DE (or 0xA512DE) is known color: Dark Violet. HEX triplet: A5, 12 and DE. RGB value is (165,18,222). Sum of RGB (Red+Green+Blue) = 165+18+222=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #A512DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512DE is #5AED21. Grayscale: #545454. Windows color (decimal): -5958946 or 14553765. OLE color: 14553765.

HSL color Cylindrical-coordinate representation of color #A512DE: hue angle of 283.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A512DE is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 18 222 -
CMYK 0.26 0.92 0 0.13
HSL 283.24º 0.85% 0.47% -
HSV(B) 283.24º 0.92% 0.87% -
XYZ 28.92 13.71 70.23 -
YUV 85.21 205.2 184.91 -
System Red Green Blue C M Y K H S L
Decimal 165 18 222 0.26 0.92 0 0.13 283.24 0.85 0.47
Hex A5 12 DE 1A 5C 0 D 11B 55 2F
Octal 245 22 336 32 134 0 15 433 125 57
Binary 10100101 10010 11011110 11010 1011100 0 1101 100011011 1010101 101111

Color Harmonies of #A512DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512DE

Black with #A512DE

Text Example


Text Example

White with #A512DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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