Html Css Color HEX #A018EE Blue Violet

📋 copy color: '#A018EE'

red 160 ◦ green 24 ◦ blue 238

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

Shades of Blue Violet #A018EE

Tints of Blue Violet #A018EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.4%

R = 37.91%
G = 5.69%
B = 56.4%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A018EE (or 0xA018EE) is known color: Blue Violet. HEX triplet: A0, 18 and EE. RGB value is (160,24,238). Sum of RGB (Red+Green+Blue) = 160+24+238=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #A018EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018EE is #5FE711. Grayscale: #585858. Windows color (decimal): -6285074 or 15603872. OLE color: 15603872.

HSL color Cylindrical-coordinate representation of color #A018EE: hue angle of 278.13º degrees, saturation: 0.86, 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 #A018EE is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 24 238 -
CMYK 0.33 0.90 0 0.07
HSL 278.13º 0.86% 0.51% -
HSV(B) 278.13º 0.9% 0.93% -
XYZ 30.26 14.3 82.05 -
YUV 89.06 212.06 178.6 -
System Red Green Blue C M Y K H S L
Decimal 160 24 238 0.33 0.90 0 0.07 278.13 0.86 0.51
Hex A0 18 EE 21 5A 0 7 116 56 33
Octal 240 30 356 41 132 0 7 426 126 63
Binary 10100000 11000 11101110 100001 1011010 0 111 100010110 1010110 110011

Color Harmonies of #A018EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018EE

Black with #A018EE

Text Example


Text Example

White with #A018EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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