Html Css Color HEX #A512BE Dark Violet

📋 copy color: '#A512BE'

red 165 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #A512BE

Tints of Dark Violet #A512BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 44.24%
G = 4.83%
B = 50.94%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A512BE (or 0xA512BE) is known color: Dark Violet. HEX triplet: A5, 12 and BE. RGB value is (165,18,190). Sum of RGB (Red+Green+Blue) = 165+18+190=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #A512BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A512BE is #5AED41. Grayscale: #515151. Windows color (decimal): -5958978 or 12456613. OLE color: 12456613.

HSL color Cylindrical-coordinate representation of color #A512BE: hue angle of 291.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A512BE is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 18 190 -
CMYK 0.13 0.91 0 0.25
HSL 291.28º 0.83% 0.41% -
HSV(B) 291.28º 0.91% 0.75% -
XYZ 25.03 12.15 49.74 -
YUV 81.56 189.2 187.51 -
System Red Green Blue C M Y K H S L
Decimal 165 18 190 0.13 0.91 0 0.25 291.28 0.83 0.41
Hex A5 12 BE D 5B 0 19 123 53 29
Octal 245 22 276 15 133 0 31 443 123 51
Binary 10100101 10010 10111110 1101 1011011 0 11001 100100011 1010011 101001

Color Harmonies of #A512BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A512BE

Black with #A512BE

Text Example


Text Example

White with #A512BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A512BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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