Html Css Color HEX #A018ED Blue Violet

📋 copy color: '#A018ED'

red 160 ◦ green 24 ◦ blue 237

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

Shades of Blue Violet #A018ED

Tints of Blue Violet #A018ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.29%

R = 38%
G = 5.7%
B = 56.29%

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

#A018ED (or 0xA018ED) is known color: Blue Violet. HEX triplet: A0, 18 and ED. RGB value is (160,24,237). Sum of RGB (Red+Green+Blue) = 160+24+237=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #A018ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A018ED is #5FE712. Grayscale: #585858. Windows color (decimal): -6285075 or 15538336. OLE color: 15538336.

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

Color convert

RGB 160 24 237 -
CMYK 0.32 0.90 0 0.07
HSL 278.31º 0.86% 0.51% -
HSV(B) 278.31º 0.9% 0.93% -
XYZ 30.11 14.24 81.28 -
YUV 88.95 211.56 178.68 -
System Red Green Blue C M Y K H S L
Decimal 160 24 237 0.32 0.90 0 0.07 278.31 0.86 0.51
Hex A0 18 ED 20 5A 0 7 116 56 33
Octal 240 30 355 40 132 0 7 426 126 63
Binary 10100000 11000 11101101 100000 1011010 0 111 100010110 1010110 110011

Color Harmonies of #A018ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018ED

Black with #A018ED

Text Example


Text Example

White with #A018ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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