#A037FD

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

Shades of Blue Violet #A037FD

Tints of Blue Violet #A037FD

Color information

#A037FD (or 0xA037FD) is unknown color: approx Blue Violet. HEX triplet: A0, 37 and FD. RGB value is (160,55,253). Sum of RGB (Red+Green+Blue) = 160+55+253=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #A037FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A037FD is #5FC802. Grayscale: #6C6C6C. Windows color (decimal): -6277123 or 16594848. OLE color: 16594848.

HSL color Cylindrical-coordinate representation of color #A037FD: hue angle of 271.82º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A037FD is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16055253-
CMYK0.370.7800.01
HSL271.82º98.02%60.39%-
HSV(B)271.82º78.26%99.22%-
XYZ33.5917.394.5-
YUV108.97209.29164.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.19%
GREEN value IS 55 (21.88% from 255) = 11.75%
BLUE value IS 253 (99.22% from 255) = 54.06%
R=34.19%
G=11.75%
B=54.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal160552530.370.7800.01271.8298.0260.39
HexA037FD254E01110623c
Octal24067375451160142014274
Binary10100000110111111111011001011001110011000100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A037FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A037FD; }

 p { color: rgb(160,55,253); }

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

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

 a { background-color: rgb(160,55,253); }

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

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

 span { border-color: rgb(160,55,253); }

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