Html Css Color HEX #A331FC Blue Violet

📋 copy color: '#A331FC'

red 163 ◦ green 49 ◦ blue 252

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

Shades of Blue Violet #A331FC

Tints of Blue Violet #A331FC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.56%

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

R = 35.13%
G = 10.56%
B = 54.31%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A331FC (or 0xA331FC) is known color: Blue Violet. HEX triplet: A3, 31 and FC. RGB value is (163,49,252). Sum of RGB (Red+Green+Blue) = 163+49+252=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #A331FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A331FC is #5CCE03. Grayscale: #696969. Windows color (decimal): -6082052 or 16527779. OLE color: 16527779.

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

Color convert

RGB 163 49 252 -
CMYK 0.35 0.81 0 0.01
HSL 273.69º 0.97% 0.59% -
HSV(B) 273.69º 0.81% 0.99% -
XYZ 33.77 17.01 93.6 -
YUV 106.23 210.27 168.49 -
System Red Green Blue C M Y K H S L
Decimal 163 49 252 0.35 0.81 0 0.01 273.69 0.97 0.59
Hex A3 31 FC 23 51 0 1 112 61 3B
Octal 243 61 374 43 121 0 1 422 141 73
Binary 10100011 110001 11111100 100011 1010001 0 1 100010010 1100001 111011

Color Harmonies of #A331FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331FC

Black with #A331FC

Text Example


Text Example

White with #A331FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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