Html Css Color HEX #A015EF Blue Violet

📋 copy color: '#A015EF'

red 160 ◦ green 21 ◦ blue 239

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

Shades of Blue Violet #A015EF

Tints of Blue Violet #A015EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5%

 BLUE value IS 239 (93.75% from 255) = 56.9%

R = 38.1%
G = 5%
B = 56.9%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A015EF (or 0xA015EF) is known color: Blue Violet. HEX triplet: A0, 15 and EF. RGB value is (160,21,239). Sum of RGB (Red+Green+Blue) = 160+21+239=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #A015EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A015EF is #5FEA10. Grayscale: #565656. Windows color (decimal): -6285841 or 15668640. OLE color: 15668640.

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

Color convert

RGB 160 21 239 -
CMYK 0.33 0.91 0 0.06
HSL 278.26º 0.87% 0.51% -
HSV(B) 278.26º 0.91% 0.94% -
XYZ 30.35 14.24 82.81 -
YUV 87.41 213.55 179.77 -
System Red Green Blue C M Y K H S L
Decimal 160 21 239 0.33 0.91 0 0.06 278.26 0.87 0.51
Hex A0 15 EF 21 5B 0 6 116 57 33
Octal 240 25 357 41 133 0 6 426 127 63
Binary 10100000 10101 11101111 100001 1011011 0 110 100010110 1010111 110011

Color Harmonies of #A015EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015EF

Black with #A015EF

Text Example


Text Example

White with #A015EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015EF; }

 p { color: rgb(160,21,239); }

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

background-color css

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

 a { background-color: rgb(160,21,239); }

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

border-color css

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

 span { border-color: rgb(160,21,239); }

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