Html Css Color HEX #A831FA Blue Violet

📋 copy color: '#A831FA'

red 168 ◦ green 49 ◦ blue 250

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

Shades of Blue Violet #A831FA

Tints of Blue Violet #A831FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 35.97%
G = 10.49%
B = 53.53%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A831FA (or 0xA831FA) is known color: Blue Violet. HEX triplet: A8, 31 and FA. RGB value is (168,49,250). Sum of RGB (Red+Green+Blue) = 168+49+250=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #A831FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A831FA is #57CE05. Grayscale: #6A6A6A. Windows color (decimal): -5754374 or 16396712. OLE color: 16396712.

HSL color Cylindrical-coordinate representation of color #A831FA: hue angle of 275.52º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A831FA is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 49 250 -
CMYK 0.33 0.80 0 0.02
HSL 275.52º 0.95% 0.59% -
HSV(B) 275.52º 0.8% 0.98% -
XYZ 34.5 17.42 91.99 -
YUV 107.5 208.42 171.16 -
System Red Green Blue C M Y K H S L
Decimal 168 49 250 0.33 0.80 0 0.02 275.52 0.95 0.59
Hex A8 31 FA 21 50 0 2 114 5F 3B
Octal 250 61 372 41 120 0 2 424 137 73
Binary 10101000 110001 11111010 100001 1010000 0 10 100010100 1011111 111011

Color Harmonies of #A831FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831FA

Black with #A831FA

Text Example


Text Example

White with #A831FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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