Html Css Color HEX #A037F8 Blue Violet

📋 copy color: '#A037F8'

red 160 ◦ green 55 ◦ blue 248

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

Shades of Blue Violet #A037F8

Tints of Blue Violet #A037F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.56%

R = 34.56%
G = 11.88%
B = 53.56%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A037F8 (or 0xA037F8) is known color: Blue Violet. HEX triplet: A0, 37 and F8. RGB value is (160,55,248). Sum of RGB (Red+Green+Blue) = 160+55+248=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #A037F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A037F8 is #5FC807. Grayscale: #6B6B6B. Windows color (decimal): -6277128 or 16267168. OLE color: 16267168.

HSL color Cylindrical-coordinate representation of color #A037F8: hue angle of 272.64º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A037F8 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 55 248 -
CMYK 0.35 0.78 0 0.03
HSL 272.64º 0.93% 0.59% -
HSV(B) 272.64º 0.78% 0.97% -
XYZ 32.81 16.98 90.36 -
YUV 108.4 206.79 164.81 -
System Red Green Blue C M Y K H S L
Decimal 160 55 248 0.35 0.78 0 0.03 272.64 0.93 0.59
Hex A0 37 F8 23 4E 0 3 111 5D 3B
Octal 240 67 370 43 116 0 3 421 135 73
Binary 10100000 110111 11111000 100011 1001110 0 11 100010001 1011101 111011

Color Harmonies of #A037F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037F8

Black with #A037F8

Text Example


Text Example

White with #A037F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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