Html Css Color HEX #A81FEB Blue Violet

📋 copy color: '#A81FEB'

red 168 ◦ green 31 ◦ blue 235

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

Shades of Blue Violet #A81FEB

Tints of Blue Violet #A81FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.14%

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 38.71%
G = 7.14%
B = 54.15%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A81FEB (or 0xA81FEB) is known color: Blue Violet. HEX triplet: A8, 1F and EB. RGB value is (168,31,235). Sum of RGB (Red+Green+Blue) = 168+31+235=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #A81FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81FEB is #57E014. Grayscale: #5E5E5E. Windows color (decimal): -5758997 or 15409064. OLE color: 15409064.

HSL color Cylindrical-coordinate representation of color #A81FEB: hue angle of 280.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81FEB is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 31 235 -
CMYK 0.29 0.87 0 0.08
HSL 280.29º 0.84% 0.52% -
HSV(B) 280.29º 0.87% 0.92% -
XYZ 31.63 15.3 79.88 -
YUV 95.22 206.89 179.91 -
System Red Green Blue C M Y K H S L
Decimal 168 31 235 0.29 0.87 0 0.08 280.29 0.84 0.52
Hex A8 1F EB 1D 57 0 8 118 54 34
Octal 250 37 353 35 127 0 10 430 124 64
Binary 10101000 11111 11101011 11101 1010111 0 1000 100011000 1010100 110100

Color Harmonies of #A81FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81FEB

Black with #A81FEB

Text Example


Text Example

White with #A81FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81FEB; }

 p { color: rgb(168,31,235); }

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

background-color css

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

 a { background-color: rgb(168,31,235); }

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

border-color css

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

 span { border-color: rgb(168,31,235); }

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