Html Css Color HEX #A81EEB Blue Violet

📋 copy color: '#A81EEB'

red 168 ◦ green 30 ◦ blue 235

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

Shades of Blue Violet #A81EEB

Tints of Blue Violet #A81EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.93%

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

R = 38.8%
G = 6.93%
B = 54.27%

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

#A81EEB (or 0xA81EEB) is known color: Blue Violet. HEX triplet: A8, 1E and EB. RGB value is (168,30,235). Sum of RGB (Red+Green+Blue) = 168+30+235=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #A81EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81EEB is #57E114. Grayscale: #5D5D5D. Windows color (decimal): -5759253 or 15408808. OLE color: 15408808.

HSL color Cylindrical-coordinate representation of color #A81EEB: hue angle of 280.39º 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 #A81EEB is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 30 235 -
CMYK 0.29 0.87 0 0.08
HSL 280.39º 0.84% 0.52% -
HSV(B) 280.39º 0.87% 0.92% -
XYZ 31.61 15.25 79.88 -
YUV 94.63 207.22 180.33 -
System Red Green Blue C M Y K H S L
Decimal 168 30 235 0.29 0.87 0 0.08 280.39 0.84 0.52
Hex A8 1E EB 1D 57 0 8 118 54 34
Octal 250 36 353 35 127 0 10 430 124 64
Binary 10101000 11110 11101011 11101 1010111 0 1000 100011000 1010100 110100

Color Harmonies of #A81EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81EEB

Black with #A81EEB

Text Example


Text Example

White with #A81EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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