Html Css Color HEX #A01EF8 Blue Violet

📋 copy color: '#A01EF8'

red 160 ◦ green 30 ◦ blue 248

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

Shades of Blue Violet #A01EF8

Tints of Blue Violet #A01EF8

RGB

 RED value IS 160 (62.89% from 255) = 36.53%

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

 BLUE value IS 248 (97.27% from 255) = 56.62%

R = 36.53%
G = 6.85%
B = 56.62%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A01EF8 (or 0xA01EF8) is known color: Blue Violet. HEX triplet: A0, 1E and F8. RGB value is (160,30,248). Sum of RGB (Red+Green+Blue) = 160+30+248=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 248 (97.27% from 255 or 56.62% from 438); Max value from RGB is 248 - color contains mainly: blue. Hex color #A01EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01EF8 is #5FE107. Grayscale: #5C5C5C. Windows color (decimal): -6283528 or 16260768. OLE color: 16260768.

HSL color Cylindrical-coordinate representation of color #A01EF8: hue angle of 275.78º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01EF8 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 30 248 -
CMYK 0.35 0.88 0 0.03
HSL 275.78º 0.94% 0.55% -
HSV(B) 275.78º 0.88% 0.97% -
XYZ 31.9 15.18 90.06 -
YUV 93.72 215.07 175.27 -
System Red Green Blue C M Y K H S L
Decimal 160 30 248 0.35 0.88 0 0.03 275.78 0.94 0.55
Hex A0 1E F8 23 58 0 3 114 5E 37
Octal 240 36 370 43 130 0 3 424 136 67
Binary 10100000 11110 11111000 100011 1011000 0 11 100010100 1011110 110111

Color Harmonies of #A01EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01EF8

Black with #A01EF8

Text Example


Text Example

White with #A01EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01EF8; }

 p { color: rgb(160,30,248); }

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

background-color css

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

 a { background-color: rgb(160,30,248); }

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

border-color css

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

 span { border-color: rgb(160,30,248); }

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