Html Css Color HEX #A731FE Blue Violet

📋 copy color: '#A731FE'

red 167 ◦ green 49 ◦ blue 254

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

Shades of Blue Violet #A731FE

Tints of Blue Violet #A731FE

RGB

 RED value IS 167 (65.63% from 255) = 35.53%

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

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 35.53%
G = 10.43%
B = 54.04%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A731FE (or 0xA731FE) is known color: Blue Violet. HEX triplet: A7, 31 and FE. RGB value is (167,49,254). Sum of RGB (Red+Green+Blue) = 167+49+254=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #A731FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A731FE is #58CE01. Grayscale: #6A6A6A. Windows color (decimal): -5819906 or 16658855. OLE color: 16658855.

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

Color convert

RGB 167 49 254 -
CMYK 0.34 0.81 0 0.00
HSL 274.54º 0.99% 0.59% -
HSV(B) 274.54º 0.81% 1% -
XYZ 34.92 17.57 95.32 -
YUV 107.65 210.59 170.33 -
System Red Green Blue C M Y K H S L
Decimal 167 49 254 0.34 0.81 0 0.00 274.54 0.99 0.59
Hex A7 31 FE 22 51 0 0 113 63 3B
Octal 247 61 376 42 121 0 0 423 143 73
Binary 10100111 110001 11111110 100010 1010001 0 0 100010011 1100011 111011

Color Harmonies of #A731FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A731FE

Black with #A731FE

Text Example


Text Example

White with #A731FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A731FE; }

 p { color: rgb(167,49,254); }

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

background-color css

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

 a { background-color: rgb(167,49,254); }

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

border-color css

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

 span { border-color: rgb(167,49,254); }

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