#A507BE

Color #A507BE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A507BE

Tints of Dark Violet #A507BE

Color information

#A507BE (or 0xA507BE) is unknown color: approx Dark Violet. HEX triplet: A5, 07 and BE. RGB value is (165,7,190). Sum of RGB (Red+Green+Blue) = 165+7+190=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #A507BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A507BE is #5AF841. Grayscale: #4A4A4A. Windows color (decimal): -5961794 or 12453797. OLE color: 12453797.

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

Color convert

RGB1657190-
CMYK0.130.9600.25
HSL291.8º92.89%38.63%-
HSV(B)291.8º96.32%74.51%-
XYZ24.8911.8749.69-
YUV75.1192.85192.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 7 (3.12% from 255) = 1.93%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=45.58%
G=1.93%
B=52.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16571900.130.9600.25291.892.8938.63
HexA57BED600191245d27
Octal24572761514003144413547
Binary1010010111110111110110111000000110011001001001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A507BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A507BE; }

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

 H1.HeaderClassName
 {
   color: #A507BE;
 }
 .AnyTagClassName
 {
   color: #A507BE;
 }
</style>
background-color css

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

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

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

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

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

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