Html Css Color HEX #A018EB Blue Violet

📋 copy color: '#A018EB'

red 160 ◦ green 24 ◦ blue 235

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

Shades of Blue Violet #A018EB

Tints of Blue Violet #A018EB

RGB

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

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

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

R = 38.19%
G = 5.73%
B = 56.09%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A018EB (or 0xA018EB) is known color: Blue Violet. HEX triplet: A0, 18 and EB. RGB value is (160,24,235). Sum of RGB (Red+Green+Blue) = 160+24+235=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #A018EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018EB is #5FE714. Grayscale: #585858. Windows color (decimal): -6285077 or 15407264. OLE color: 15407264.

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

Color convert

RGB 160 24 235 -
CMYK 0.32 0.90 0 0.08
HSL 278.67º 0.84% 0.51% -
HSV(B) 278.67º 0.9% 0.92% -
XYZ 29.82 14.13 79.75 -
YUV 88.72 210.56 178.84 -
System Red Green Blue C M Y K H S L
Decimal 160 24 235 0.32 0.90 0 0.08 278.67 0.84 0.51
Hex A0 18 EB 20 5A 0 8 117 54 33
Octal 240 30 353 40 132 0 10 427 124 63
Binary 10100000 11000 11101011 100000 1011010 0 1000 100010111 1010100 110011

Color Harmonies of #A018EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018EB

Black with #A018EB

Text Example


Text Example

White with #A018EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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