Html Css Color HEX #A31EFC Blue Violet

📋 copy color: '#A31EFC'

red 163 ◦ green 30 ◦ blue 252

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

Shades of Blue Violet #A31EFC

Tints of Blue Violet #A31EFC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.74%

 BLUE value IS 252 (98.83% from 255) = 56.63%

R = 36.63%
G = 6.74%
B = 56.63%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A31EFC (or 0xA31EFC) is known color: Blue Violet. HEX triplet: A3, 1E and FC. RGB value is (163,30,252). Sum of RGB (Red+Green+Blue) = 163+30+252=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #A31EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EFC is #5CE103. Grayscale: #5E5E5E. Windows color (decimal): -6086916 or 16522915. OLE color: 16522915.

HSL color Cylindrical-coordinate representation of color #A31EFC: hue angle of 275.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31EFC is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 30 252 -
CMYK 0.35 0.88 0 0.01
HSL 275.95º 0.97% 0.55% -
HSV(B) 275.95º 0.88% 0.99% -
XYZ 33.14 15.74 93.39 -
YUV 95.08 216.56 176.45 -
System Red Green Blue C M Y K H S L
Decimal 163 30 252 0.35 0.88 0 0.01 275.95 0.97 0.55
Hex A3 1E FC 23 58 0 1 114 61 37
Octal 243 36 374 43 130 0 1 424 141 67
Binary 10100011 11110 11111100 100011 1011000 0 1 100010100 1100001 110111

Color Harmonies of #A31EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EFC

Black with #A31EFC

Text Example


Text Example

White with #A31EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EFC; }

 p { color: rgb(163,30,252); }

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

background-color css

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

 a { background-color: rgb(163,30,252); }

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

border-color css

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

 span { border-color: rgb(163,30,252); }

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