Html Css Color HEX #A015F0 Blue Violet

📋 copy color: '#A015F0'

red 160 ◦ green 21 ◦ blue 240

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

Shades of Blue Violet #A015F0

Tints of Blue Violet #A015F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.01%

R = 38%
G = 4.99%
B = 57.01%

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

#A015F0 (or 0xA015F0) is known color: Blue Violet. HEX triplet: A0, 15 and F0. RGB value is (160,21,240). Sum of RGB (Red+Green+Blue) = 160+21+240=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 240 (94.14% from 255 or 57.01% from 421); Max value from RGB is 240 - color contains mainly: blue. Hex color #A015F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A015F0 is #5FEA0F. Grayscale: #565656. Windows color (decimal): -6285840 or 15734176. OLE color: 15734176.

HSL color Cylindrical-coordinate representation of color #A015F0: hue angle of 278.08º degrees, saturation: 0.88, 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 #A015F0 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 21 240 -
CMYK 0.33 0.91 0 0.06
HSL 278.08º 0.88% 0.51% -
HSV(B) 278.08º 0.91% 0.94% -
XYZ 30.49 14.3 83.59 -
YUV 87.53 214.05 179.69 -
System Red Green Blue C M Y K H S L
Decimal 160 21 240 0.33 0.91 0 0.06 278.08 0.88 0.51
Hex A0 15 F0 21 5B 0 6 116 58 33
Octal 240 25 360 41 133 0 6 426 130 63
Binary 10100000 10101 11110000 100001 1011011 0 110 100010110 1011000 110011

Color Harmonies of #A015F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015F0

Black with #A015F0

Text Example


Text Example

White with #A015F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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