Html Css Color HEX #A731ED Blue Violet

📋 copy color: '#A731ED'

red 167 ◦ green 49 ◦ blue 237

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

Shades of Blue Violet #A731ED

Tints of Blue Violet #A731ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.32%

R = 36.87%
G = 10.82%
B = 52.32%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A731ED (or 0xA731ED) is known color: Blue Violet. HEX triplet: A7, 31 and ED. RGB value is (167,49,237). Sum of RGB (Red+Green+Blue) = 167+49+237=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #A731ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A731ED is #58CE12. Grayscale: #696969. Windows color (decimal): -5819923 or 15544743. OLE color: 15544743.

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

Color convert

RGB 167 49 237 -
CMYK 0.30 0.79 0 0.07
HSL 277.66º 0.84% 0.56% -
HSV(B) 277.66º 0.79% 0.93% -
XYZ 32.32 16.53 81.61 -
YUV 105.71 202.09 171.71 -
System Red Green Blue C M Y K H S L
Decimal 167 49 237 0.30 0.79 0 0.07 277.66 0.84 0.56
Hex A7 31 ED 1E 4F 0 7 116 54 38
Octal 247 61 355 36 117 0 7 426 124 70
Binary 10100111 110001 11101101 11110 1001111 0 111 100010110 1010100 111000

Color Harmonies of #A731ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A731ED

Black with #A731ED

Text Example


Text Example

White with #A731ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A731ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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