Html Css Color HEX #A731EF Blue Violet

📋 copy color: '#A731EF'

red 167 ◦ green 49 ◦ blue 239

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

Shades of Blue Violet #A731EF

Tints of Blue Violet #A731EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 36.7%
G = 10.77%
B = 52.53%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A731EF (or 0xA731EF) is known color: Blue Violet. HEX triplet: A7, 31 and EF. RGB value is (167,49,239). Sum of RGB (Red+Green+Blue) = 167+49+239=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #A731EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A731EF is #58CE10. Grayscale: #696969. Windows color (decimal): -5819921 or 15675815. OLE color: 15675815.

HSL color Cylindrical-coordinate representation of color #A731EF: hue angle of 277.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A731EF is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 49 239 -
CMYK 0.30 0.79 0 0.06
HSL 277.26º 0.86% 0.56% -
HSV(B) 277.26º 0.79% 0.94% -
XYZ 32.61 16.64 83.16 -
YUV 105.94 203.09 171.55 -
System Red Green Blue C M Y K H S L
Decimal 167 49 239 0.30 0.79 0 0.06 277.26 0.86 0.56
Hex A7 31 EF 1E 4F 0 6 115 56 38
Octal 247 61 357 36 117 0 6 425 126 70
Binary 10100111 110001 11101111 11110 1001111 0 110 100010101 1010110 111000

Color Harmonies of #A731EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A731EF

Black with #A731EF

Text Example


Text Example

White with #A731EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A731EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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