Html Css Color HEX #A831EE Blue Violet

📋 copy color: '#A831EE'

red 168 ◦ green 49 ◦ blue 238

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

Shades of Blue Violet #A831EE

Tints of Blue Violet #A831EE

RGB

 RED value IS 168 (66.02% from 255) = 36.92%

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

 BLUE value IS 238 (93.36% from 255) = 52.31%

R = 36.92%
G = 10.77%
B = 52.31%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A831EE (or 0xA831EE) is known color: Blue Violet. HEX triplet: A8, 31 and EE. RGB value is (168,49,238). Sum of RGB (Red+Green+Blue) = 168+49+238=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #A831EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A831EE is #57CE11. Grayscale: #696969. Windows color (decimal): -5754386 or 15610280. OLE color: 15610280.

HSL color Cylindrical-coordinate representation of color #A831EE: hue angle of 277.78º degrees, saturation: 0.85, 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 #A831EE is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 49 238 -
CMYK 0.29 0.79 0 0.07
HSL 277.78º 0.85% 0.56% -
HSV(B) 277.78º 0.79% 0.93% -
XYZ 32.68 16.69 82.39 -
YUV 106.13 202.42 172.13 -
System Red Green Blue C M Y K H S L
Decimal 168 49 238 0.29 0.79 0 0.07 277.78 0.85 0.56
Hex A8 31 EE 1D 4F 0 7 116 55 38
Octal 250 61 356 35 117 0 7 426 125 70
Binary 10101000 110001 11101110 11101 1001111 0 111 100010110 1010101 111000

Color Harmonies of #A831EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831EE

Black with #A831EE

Text Example


Text Example

White with #A831EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831EE; }

 p { color: rgb(168,49,238); }

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

background-color css

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

 a { background-color: rgb(168,49,238); }

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

border-color css

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

 span { border-color: rgb(168,49,238); }

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