Html Css Color HEX #A016EE Blue Violet

📋 copy color: '#A016EE'

red 160 ◦ green 22 ◦ blue 238

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

Shades of Blue Violet #A016EE

Tints of Blue Violet #A016EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.24%

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

R = 38.1%
G = 5.24%
B = 56.67%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A016EE (or 0xA016EE) is known color: Blue Violet. HEX triplet: A0, 16 and EE. RGB value is (160,22,238). Sum of RGB (Red+Green+Blue) = 160+22+238=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #A016EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A016EE is #5FE911. Grayscale: #575757. Windows color (decimal): -6285586 or 15603360. OLE color: 15603360.

HSL color Cylindrical-coordinate representation of color #A016EE: hue angle of 278.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A016EE is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 22 238 -
CMYK 0.33 0.91 0 0.07
HSL 278.33º 0.86% 0.51% -
HSV(B) 278.33º 0.91% 0.93% -
XYZ 30.22 14.22 82.04 -
YUV 87.89 212.72 179.44 -
System Red Green Blue C M Y K H S L
Decimal 160 22 238 0.33 0.91 0 0.07 278.33 0.86 0.51
Hex A0 16 EE 21 5B 0 7 116 56 33
Octal 240 26 356 41 133 0 7 426 126 63
Binary 10100000 10110 11101110 100001 1011011 0 111 100010110 1010110 110011

Color Harmonies of #A016EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A016EE

Black with #A016EE

Text Example


Text Example

White with #A016EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A016EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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