Html Css Color HEX #A513BB Dark Violet

📋 copy color: '#A513BB'

red 165 ◦ green 19 ◦ blue 187

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

Shades of Dark Violet #A513BB

Tints of Dark Violet #A513BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.12%

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 44.47%
G = 5.12%
B = 50.4%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A513BB (or 0xA513BB) is known color: Dark Violet. HEX triplet: A5, 13 and BB. RGB value is (165,19,187). Sum of RGB (Red+Green+Blue) = 165+19+187=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #A513BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A513BB is #5AEC44. Grayscale: #515151. Windows color (decimal): -5958725 or 12260261. OLE color: 12260261.

HSL color Cylindrical-coordinate representation of color #A513BB: hue angle of 292.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A513BB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 19 187 -
CMYK 0.12 0.90 0 0.27
HSL 292.14º 0.82% 0.4% -
HSV(B) 292.14º 0.9% 0.73% -
XYZ 24.72 12.05 48.04 -
YUV 81.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 165 19 187 0.12 0.90 0 0.27 292.14 0.82 0.4
Hex A5 13 BB C 5A 0 1B 124 52 28
Octal 245 23 273 14 132 0 33 444 122 50
Binary 10100101 10011 10111011 1100 1011010 0 11011 100100100 1010010 101000

Color Harmonies of #A513BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A513BB

Black with #A513BB

Text Example


Text Example

White with #A513BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A513BB; }

 p { color: rgb(165,19,187); }

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

background-color css

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

 a { background-color: rgb(165,19,187); }

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

border-color css

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

 span { border-color: rgb(165,19,187); }

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