Html Css Color HEX #A512B7 Dark Violet

📋 copy color: '#A512B7'

red 165 ◦ green 18 ◦ blue 183

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

Shades of Dark Violet #A512B7

Tints of Dark Violet #A512B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50%

R = 45.08%
G = 4.92%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A512B7 (or 0xA512B7) is known color: Dark Violet. HEX triplet: A5, 12 and B7. RGB value is (165,18,183). Sum of RGB (Red+Green+Blue) = 165+18+183=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #A512B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512B7 is #5AED48. Grayscale: #505050. Windows color (decimal): -5958985 or 11997861. OLE color: 11997861.

HSL color Cylindrical-coordinate representation of color #A512B7: hue angle of 293.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A512B7 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 18 183 -
CMYK 0.10 0.90 0 0.28
HSL 293.45º 0.82% 0.39% -
HSV(B) 293.45º 0.9% 0.72% -
XYZ 24.28 11.85 45.81 -
YUV 80.76 185.7 188.08 -
System Red Green Blue C M Y K H S L
Decimal 165 18 183 0.10 0.90 0 0.28 293.45 0.82 0.39
Hex A5 12 B7 A 5A 0 1C 125 52 27
Octal 245 22 267 12 132 0 34 445 122 47
Binary 10100101 10010 10110111 1010 1011010 0 11100 100100101 1010010 100111

Color Harmonies of #A512B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512B7

Black with #A512B7

Text Example


Text Example

White with #A512B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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