Html Css Color HEX #A81EED Blue Violet

📋 copy color: '#A81EED'

red 168 ◦ green 30 ◦ blue 237

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

Shades of Blue Violet #A81EED

Tints of Blue Violet #A81EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.48%

R = 38.62%
G = 6.9%
B = 54.48%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A81EED (or 0xA81EED) is known color: Blue Violet. HEX triplet: A8, 1E and ED. RGB value is (168,30,237). Sum of RGB (Red+Green+Blue) = 168+30+237=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #A81EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81EED is #57E112. Grayscale: #5E5E5E. Windows color (decimal): -5759251 or 15539880. OLE color: 15539880.

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

Color convert

RGB 168 30 237 -
CMYK 0.29 0.87 0 0.07
HSL 280º 0.85% 0.52% -
HSV(B) 280º 0.87% 0.93% -
XYZ 31.9 15.37 81.41 -
YUV 94.86 208.22 180.17 -
System Red Green Blue C M Y K H S L
Decimal 168 30 237 0.29 0.87 0 0.07 280 0.85 0.52
Hex A8 1E ED 1D 57 0 7 118 55 34
Octal 250 36 355 35 127 0 7 430 125 64
Binary 10101000 11110 11101101 11101 1010111 0 111 100011000 1010101 110100

Color Harmonies of #A81EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81EED

Black with #A81EED

Text Example


Text Example

White with #A81EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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