Html Css Color HEX #A831FB Blue Violet

📋 copy color: '#A831FB'

red 168 ◦ green 49 ◦ blue 251

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

Shades of Blue Violet #A831FB

Tints of Blue Violet #A831FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 35.9%
G = 10.47%
B = 53.63%

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

#A831FB (or 0xA831FB) is known color: Blue Violet. HEX triplet: A8, 31 and FB. RGB value is (168,49,251). Sum of RGB (Red+Green+Blue) = 168+49+251=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #A831FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A831FB is #57CE04. Grayscale: #6A6A6A. Windows color (decimal): -5754373 or 16462248. OLE color: 16462248.

HSL color Cylindrical-coordinate representation of color #A831FB: hue angle of 275.35º degrees, saturation: 0.96, 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 #A831FB is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 49 251 -
CMYK 0.33 0.80 0 0.02
HSL 275.35º 0.96% 0.59% -
HSV(B) 275.35º 0.8% 0.98% -
XYZ 34.66 17.49 92.82 -
YUV 107.61 208.92 171.07 -
System Red Green Blue C M Y K H S L
Decimal 168 49 251 0.33 0.80 0 0.02 275.35 0.96 0.59
Hex A8 31 FB 21 50 0 2 113 60 3B
Octal 250 61 373 41 120 0 2 423 140 73
Binary 10101000 110001 11111011 100001 1010000 0 10 100010011 1100000 111011

Color Harmonies of #A831FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831FB

Black with #A831FB

Text Example


Text Example

White with #A831FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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