Html Css Color HEX #A31AFB Blue Violet

📋 copy color: '#A31AFB'

red 163 ◦ green 26 ◦ blue 251

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

Shades of Blue Violet #A31AFB

Tints of Blue Violet #A31AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.05%

R = 37.05%
G = 5.91%
B = 57.05%

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

#A31AFB (or 0xA31AFB) is known color: Blue Violet. HEX triplet: A3, 1A and FB. RGB value is (163,26,251). Sum of RGB (Red+Green+Blue) = 163+26+251=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #A31AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31AFB is #5CE504. Grayscale: #5B5B5B. Windows color (decimal): -6087941 or 16456355. OLE color: 16456355.

HSL color Cylindrical-coordinate representation of color #A31AFB: hue angle of 276.53º degrees, saturation: 0.97, 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 #A31AFB is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 26 251 -
CMYK 0.35 0.90 0 0.02
HSL 276.53º 0.97% 0.54% -
HSV(B) 276.53º 0.9% 0.98% -
XYZ 32.89 15.49 92.52 -
YUV 92.61 217.39 178.2 -
System Red Green Blue C M Y K H S L
Decimal 163 26 251 0.35 0.90 0 0.02 276.53 0.97 0.54
Hex A3 1A FB 23 5A 0 2 115 61 36
Octal 243 32 373 43 132 0 2 425 141 66
Binary 10100011 11010 11111011 100011 1011010 0 10 100010101 1100001 110110

Color Harmonies of #A31AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AFB

Black with #A31AFB

Text Example


Text Example

White with #A31AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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