Html Css Color HEX #A731F7 Blue Violet

📋 copy color: '#A731F7'

red 167 ◦ green 49 ◦ blue 247

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

Shades of Blue Violet #A731F7

Tints of Blue Violet #A731F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53.35%

R = 36.07%
G = 10.58%
B = 53.35%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A731F7 (or 0xA731F7) is known color: Blue Violet. HEX triplet: A7, 31 and F7. RGB value is (167,49,247). Sum of RGB (Red+Green+Blue) = 167+49+247=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #A731F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A731F7 is #58CE08. Grayscale: #6A6A6A. Windows color (decimal): -5819913 or 16200103. OLE color: 16200103.

HSL color Cylindrical-coordinate representation of color #A731F7: hue angle of 275.76º 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 #A731F7 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 167 49 247 -
CMYK 0.32 0.80 0 0.03
HSL 275.76º 0.93% 0.58% -
HSV(B) 275.76º 0.8% 0.97% -
XYZ 33.82 17.13 89.52 -
YUV 106.85 207.09 170.9 -
System Red Green Blue C M Y K H S L
Decimal 167 49 247 0.32 0.80 0 0.03 275.76 0.93 0.58
Hex A7 31 F7 20 50 0 3 114 5D 3A
Octal 247 61 367 40 120 0 3 424 135 72
Binary 10100111 110001 11110111 100000 1010000 0 11 100010100 1011101 111010

Color Harmonies of #A731F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A731F7

Black with #A731F7

Text Example


Text Example

White with #A731F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A731F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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