Html Css Color HEX #A037FF Blue Violet

📋 copy color: '#A037FF'

red 160 ◦ green 55 ◦ blue 255

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

Shades of Blue Violet #A037FF

Tints of Blue Violet #A037FF

RGB

 RED value IS 160 (62.89% from 255) = 34.04%

 GREEN value IS 55 (21.88% from 255) = 11.7%

 BLUE value IS 255 (100% from 255) = 54.26%

R = 34.04%
G = 11.7%
B = 54.26%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A037FF (or 0xA037FF) is known color: Blue Violet. HEX triplet: A0, 37 and FF. RGB value is (160,55,255). Sum of RGB (Red+Green+Blue) = 160+55+255=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #A037FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A037FF is #5FC800. Grayscale: #6C6C6C. Windows color (decimal): -6277121 or 16725920. OLE color: 16725920.

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

Color convert

RGB 160 55 255 -
CMYK 0.37 0.78 0 0
HSL 271.5º 1% 0.61% -
HSV(B) 271.5º 0.78% 1% -
XYZ 33.91 17.43 96.18 -
YUV 109.2 210.29 164.24 -
System Red Green Blue C M Y K H S L
Decimal 160 55 255 0.37 0.78 0 0 271.5 1 0.61
Hex A0 37 FF 25 4E 0 0 110 64 3D
Octal 240 67 377 45 116 0 0 420 144 75
Binary 10100000 110111 11111111 100101 1001110 0 0 100010000 1100100 111101

Color Harmonies of #A037FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037FF

Black with #A037FF

Text Example


Text Example

White with #A037FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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