Html Css Color HEX #A512BD Dark Violet

📋 copy color: '#A512BD'

red 165 ◦ green 18 ◦ blue 189

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

Shades of Dark Violet #A512BD

Tints of Dark Violet #A512BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 44.35%
G = 4.84%
B = 50.81%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A512BD (or 0xA512BD) is known color: Dark Violet. HEX triplet: A5, 12 and BD. RGB value is (165,18,189). Sum of RGB (Red+Green+Blue) = 165+18+189=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #A512BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512BD is #5AED42. Grayscale: #505050. Windows color (decimal): -5958979 or 12391077. OLE color: 12391077.

HSL color Cylindrical-coordinate representation of color #A512BD: hue angle of 291.58º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A512BD is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 18 189 -
CMYK 0.13 0.90 0 0.26
HSL 291.58º 0.83% 0.41% -
HSV(B) 291.58º 0.9% 0.74% -
XYZ 24.92 12.11 49.17 -
YUV 81.45 188.7 187.6 -
System Red Green Blue C M Y K H S L
Decimal 165 18 189 0.13 0.90 0 0.26 291.58 0.83 0.41
Hex A5 12 BD D 5A 0 1A 124 53 29
Octal 245 22 275 15 132 0 32 444 123 51
Binary 10100101 10010 10111101 1101 1011010 0 11010 100100100 1010011 101001

Color Harmonies of #A512BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512BD

Black with #A512BD

Text Example


Text Example

White with #A512BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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