Html Css Color HEX #A731FF Blue Violet

📋 copy color: '#A731FF'

red 167 ◦ green 49 ◦ blue 255

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

Shades of Blue Violet #A731FF

Tints of Blue Violet #A731FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.14%

R = 35.46%
G = 10.4%
B = 54.14%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A731FF (or 0xA731FF) is known color: Blue Violet. HEX triplet: A7, 31 and FF. RGB value is (167,49,255). Sum of RGB (Red+Green+Blue) = 167+49+255=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #A731FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A731FF is #58CE00. Grayscale: #6B6B6B. Windows color (decimal): -5819905 or 16724391. OLE color: 16724391.

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

Color convert

RGB 167 49 255 -
CMYK 0.35 0.81 0 0
HSL 274.37º 1% 0.6% -
HSV(B) 274.37º 0.81% 1% -
XYZ 35.08 17.63 96.16 -
YUV 107.77 211.09 170.25 -
System Red Green Blue C M Y K H S L
Decimal 167 49 255 0.35 0.81 0 0 274.37 1 0.6
Hex A7 31 FF 23 51 0 0 112 64 3C
Octal 247 61 377 43 121 0 0 422 144 74
Binary 10100111 110001 11111111 100011 1010001 0 0 100010010 1100100 111100

Color Harmonies of #A731FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A731FF

Black with #A731FF

Text Example


Text Example

White with #A731FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A731FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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