Html Css Color HEX #A31CFF Blue Violet

📋 copy color: '#A31CFF'

red 163 ◦ green 28 ◦ blue 255

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

Shades of Blue Violet #A31CFF

Tints of Blue Violet #A31CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.28%

 BLUE value IS 255 (100% from 255) = 57.17%

R = 36.55%
G = 6.28%
B = 57.17%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A31CFF (or 0xA31CFF) is known color: Blue Violet. HEX triplet: A3, 1C and FF. RGB value is (163,28,255). Sum of RGB (Red+Green+Blue) = 163+28+255=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #A31CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CFF is #5CE300. Grayscale: #5D5D5D. Windows color (decimal): -6087425 or 16719011. OLE color: 16719011.

HSL color Cylindrical-coordinate representation of color #A31CFF: hue angle of 275.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31CFF is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 28 255 -
CMYK 0.36 0.89 0 0
HSL 275.68º 1% 0.55% -
HSV(B) 275.68º 0.89% 1% -
XYZ 33.57 15.84 95.9 -
YUV 94.24 218.73 177.04 -
System Red Green Blue C M Y K H S L
Decimal 163 28 255 0.36 0.89 0 0 275.68 1 0.55
Hex A3 1C FF 24 59 0 0 114 64 37
Octal 243 34 377 44 131 0 0 424 144 67
Binary 10100011 11100 11111111 100100 1011001 0 0 100010100 1100100 110111

Color Harmonies of #A31CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CFF

Black with #A31CFF

Text Example


Text Example

White with #A31CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CFF; }

 p { color: rgb(163,28,255); }

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

background-color css

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

 a { background-color: rgb(163,28,255); }

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

border-color css

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

 span { border-color: rgb(163,28,255); }

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