Html Css Color HEX #A512B0 Dark Violet

📋 copy color: '#A512B0'

red 165 ◦ green 18 ◦ blue 176

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

Shades of Dark Violet #A512B0

Tints of Dark Violet #A512B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.03%

R = 45.96%
G = 5.01%
B = 49.03%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A512B0 (or 0xA512B0) is known color: Dark Violet. HEX triplet: A5, 12 and B0. RGB value is (165,18,176). Sum of RGB (Red+Green+Blue) = 165+18+176=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #A512B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A512B0 is #5AED4F. Grayscale: #4F4F4F. Windows color (decimal): -5958992 or 11539109. OLE color: 11539109.

HSL color Cylindrical-coordinate representation of color #A512B0: hue angle of 295.82º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A512B0 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 18 176 -
CMYK 0.06 0.90 0 0.31
HSL 295.82º 0.81% 0.38% -
HSV(B) 295.82º 0.9% 0.69% -
XYZ 23.57 11.57 42.06 -
YUV 79.97 182.2 188.65 -
System Red Green Blue C M Y K H S L
Decimal 165 18 176 0.06 0.90 0 0.31 295.82 0.81 0.38
Hex A5 12 B0 6 5A 0 1F 128 51 26
Octal 245 22 260 6 132 0 37 450 121 46
Binary 10100101 10010 10110000 110 1011010 0 11111 100101000 1010001 100110

Color Harmonies of #A512B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512B0

Black with #A512B0

Text Example


Text Example

White with #A512B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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