Html Css Color HEX #A31AF9 Blue Violet

📋 copy color: '#A31AF9'

red 163 ◦ green 26 ◦ blue 249

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

Shades of Blue Violet #A31AF9

Tints of Blue Violet #A31AF9

RGB

 RED value IS 163 (64.06% from 255) = 37.21%

 GREEN value IS 26 (10.55% from 255) = 5.94%

 BLUE value IS 249 (97.66% from 255) = 56.85%

R = 37.21%
G = 5.94%
B = 56.85%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A31AF9 (or 0xA31AF9) is known color: Blue Violet. HEX triplet: A3, 1A and F9. RGB value is (163,26,249). Sum of RGB (Red+Green+Blue) = 163+26+249=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #A31AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31AF9 is #5CE506. Grayscale: #5B5B5B. Windows color (decimal): -6087943 or 16325283. OLE color: 16325283.

HSL color Cylindrical-coordinate representation of color #A31AF9: hue angle of 276.86º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31AF9 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 26 249 -
CMYK 0.35 0.90 0 0.02
HSL 276.86º 0.95% 0.54% -
HSV(B) 276.86º 0.9% 0.98% -
XYZ 32.57 15.36 90.87 -
YUV 92.39 216.39 178.37 -
System Red Green Blue C M Y K H S L
Decimal 163 26 249 0.35 0.90 0 0.02 276.86 0.95 0.54
Hex A3 1A F9 23 5A 0 2 115 5F 36
Octal 243 32 371 43 132 0 2 425 137 66
Binary 10100011 11010 11111001 100011 1011010 0 10 100010101 1011111 110110

Color Harmonies of #A31AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AF9

Black with #A31AF9

Text Example


Text Example

White with #A31AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AF9; }

 p { color: rgb(163,26,249); }

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

background-color css

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

 a { background-color: rgb(163,26,249); }

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

border-color css

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

 span { border-color: rgb(163,26,249); }

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