Html Css Color HEX #A018E5 Blue Violet

📋 copy color: '#A018E5'

red 160 ◦ green 24 ◦ blue 229

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

Shades of Blue Violet #A018E5

Tints of Blue Violet #A018E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 55.45%

R = 38.74%
G = 5.81%
B = 55.45%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A018E5 (or 0xA018E5) is known color: Blue Violet. HEX triplet: A0, 18 and E5. RGB value is (160,24,229). Sum of RGB (Red+Green+Blue) = 160+24+229=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #A018E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018E5 is #5FE71A. Grayscale: #575757. Windows color (decimal): -6285083 or 15014048. OLE color: 15014048.

HSL color Cylindrical-coordinate representation of color #A018E5: hue angle of 279.8º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A018E5 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 24 229 -
CMYK 0.30 0.90 0 0.10
HSL 279.8º 0.81% 0.5% -
HSV(B) 279.8º 0.9% 0.9% -
XYZ 28.97 13.78 75.26 -
YUV 88.03 207.56 179.33 -
System Red Green Blue C M Y K H S L
Decimal 160 24 229 0.30 0.90 0 0.10 279.8 0.81 0.5
Hex A0 18 E5 1E 5A 0 A 118 51 32
Octal 240 30 345 36 132 0 12 430 121 62
Binary 10100000 11000 11100101 11110 1011010 0 1010 100011000 1010001 110010

Color Harmonies of #A018E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018E5

Black with #A018E5

Text Example


Text Example

White with #A018E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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