Html Css Color HEX #A731F8 Blue Violet

📋 copy color: '#A731F8'

red 167 ◦ green 49 ◦ blue 248

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

Shades of Blue Violet #A731F8

Tints of Blue Violet #A731F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 35.99%
G = 10.56%
B = 53.45%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A731F8 (or 0xA731F8) is known color: Blue Violet. HEX triplet: A7, 31 and F8. RGB value is (167,49,248). Sum of RGB (Red+Green+Blue) = 167+49+248=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #A731F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A731F8 is #58CE07. Grayscale: #6A6A6A. Windows color (decimal): -5819912 or 16265639. OLE color: 16265639.

HSL color Cylindrical-coordinate representation of color #A731F8: hue angle of 275.58º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A731F8 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 167 49 248 -
CMYK 0.33 0.80 0 0.03
HSL 275.58º 0.93% 0.58% -
HSV(B) 275.58º 0.8% 0.97% -
XYZ 33.98 17.19 90.33 -
YUV 106.97 207.59 170.82 -
System Red Green Blue C M Y K H S L
Decimal 167 49 248 0.33 0.80 0 0.03 275.58 0.93 0.58
Hex A7 31 F8 21 50 0 3 114 5D 3A
Octal 247 61 370 41 120 0 3 424 135 72
Binary 10100111 110001 11111000 100001 1010000 0 11 100010100 1011101 111010

Color Harmonies of #A731F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A731F8

Black with #A731F8

Text Example


Text Example

White with #A731F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A731F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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