Html Css Color HEX #A31EFD Blue Violet

📋 copy color: '#A31EFD'

red 163 ◦ green 30 ◦ blue 253

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

Shades of Blue Violet #A31EFD

Tints of Blue Violet #A31EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.73%

R = 36.55%
G = 6.73%
B = 56.73%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A31EFD (or 0xA31EFD) is known color: Blue Violet. HEX triplet: A3, 1E and FD. RGB value is (163,30,253). Sum of RGB (Red+Green+Blue) = 163+30+253=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #A31EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EFD is #5CE102. Grayscale: #5E5E5E. Windows color (decimal): -6086915 or 16588451. OLE color: 16588451.

HSL color Cylindrical-coordinate representation of color #A31EFD: hue angle of 275.78º degrees, saturation: 0.98, 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 #A31EFD is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 30 253 -
CMYK 0.36 0.88 0 0.01
HSL 275.78º 0.98% 0.55% -
HSV(B) 275.78º 0.88% 0.99% -
XYZ 33.3 15.81 94.22 -
YUV 95.19 217.06 176.37 -
System Red Green Blue C M Y K H S L
Decimal 163 30 253 0.36 0.88 0 0.01 275.78 0.98 0.55
Hex A3 1E FD 24 58 0 1 114 62 37
Octal 243 36 375 44 130 0 1 424 142 67
Binary 10100011 11110 11111101 100100 1011000 0 1 100010100 1100010 110111

Color Harmonies of #A31EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EFD

Black with #A31EFD

Text Example


Text Example

White with #A31EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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