Html Css Color HEX #A037FA Blue Violet

📋 copy color: '#A037FA'

red 160 ◦ green 55 ◦ blue 250

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

Shades of Blue Violet #A037FA

Tints of Blue Violet #A037FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 34.41%
G = 11.83%
B = 53.76%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A037FA (or 0xA037FA) is known color: Blue Violet. HEX triplet: A0, 37 and FA. RGB value is (160,55,250). Sum of RGB (Red+Green+Blue) = 160+55+250=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #A037FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A037FA is #5FC805. Grayscale: #6B6B6B. Windows color (decimal): -6277126 or 16398240. OLE color: 16398240.

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

Color convert

RGB 160 55 250 -
CMYK 0.36 0.78 0 0.02
HSL 272.31º 0.95% 0.6% -
HSV(B) 272.31º 0.78% 0.98% -
XYZ 33.12 17.11 92 -
YUV 108.63 207.79 164.64 -
System Red Green Blue C M Y K H S L
Decimal 160 55 250 0.36 0.78 0 0.02 272.31 0.95 0.6
Hex A0 37 FA 24 4E 0 2 110 5F 3C
Octal 240 67 372 44 116 0 2 420 137 74
Binary 10100000 110111 11111010 100100 1001110 0 10 100010000 1011111 111100

Color Harmonies of #A037FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A037FA

Black with #A037FA

Text Example


Text Example

White with #A037FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A037FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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