Html Css Color HEX #A031FA Blue Violet

📋 copy color: '#A031FA'

red 160 ◦ green 49 ◦ blue 250

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

Shades of Blue Violet #A031FA

Tints of Blue Violet #A031FA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.68%

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

R = 34.86%
G = 10.68%
B = 54.47%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A031FA (or 0xA031FA) is known color: Blue Violet. HEX triplet: A0, 31 and FA. RGB value is (160,49,250). Sum of RGB (Red+Green+Blue) = 160+49+250=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #A031FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A031FA is #5FCE05. Grayscale: #686868. Windows color (decimal): -6278662 or 16396704. OLE color: 16396704.

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

Color convert

RGB 160 49 250 -
CMYK 0.36 0.80 0 0.02
HSL 273.13º 0.95% 0.59% -
HSV(B) 273.13º 0.8% 0.98% -
XYZ 32.85 16.57 91.91 -
YUV 105.1 209.77 167.16 -
System Red Green Blue C M Y K H S L
Decimal 160 49 250 0.36 0.80 0 0.02 273.13 0.95 0.59
Hex A0 31 FA 24 50 0 2 111 5F 3B
Octal 240 61 372 44 120 0 2 421 137 73
Binary 10100000 110001 11111010 100100 1010000 0 10 100010001 1011111 111011

Color Harmonies of #A031FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A031FA

Black with #A031FA

Text Example


Text Example

White with #A031FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A031FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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