Html Css Color HEX #A018EC Blue Violet

📋 copy color: '#A018EC'

red 160 ◦ green 24 ◦ blue 236

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

Shades of Blue Violet #A018EC

Tints of Blue Violet #A018EC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.71%

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 38.1%
G = 5.71%
B = 56.19%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A018EC (or 0xA018EC) is known color: Blue Violet. HEX triplet: A0, 18 and EC. RGB value is (160,24,236). Sum of RGB (Red+Green+Blue) = 160+24+236=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #A018EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018EC is #5FE713. Grayscale: #585858. Windows color (decimal): -6285076 or 15472800. OLE color: 15472800.

HSL color Cylindrical-coordinate representation of color #A018EC: hue angle of 278.49º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A018EC is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 24 236 -
CMYK 0.32 0.90 0 0.07
HSL 278.49º 0.85% 0.51% -
HSV(B) 278.49º 0.9% 0.93% -
XYZ 29.96 14.18 80.52 -
YUV 88.83 211.06 178.76 -
System Red Green Blue C M Y K H S L
Decimal 160 24 236 0.32 0.90 0 0.07 278.49 0.85 0.51
Hex A0 18 EC 20 5A 0 7 116 55 33
Octal 240 30 354 40 132 0 7 426 125 63
Binary 10100000 11000 11101100 100000 1011010 0 111 100010110 1010101 110011

Color Harmonies of #A018EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018EC

Black with #A018EC

Text Example


Text Example

White with #A018EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018EC; }

 p { color: rgb(160,24,236); }

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

background-color css

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

 a { background-color: rgb(160,24,236); }

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

border-color css

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

 span { border-color: rgb(160,24,236); }

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