Html Css Color HEX #A015F2 Blue Violet

📋 copy color: '#A015F2'

red 160 ◦ green 21 ◦ blue 242

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

Shades of Blue Violet #A015F2

Tints of Blue Violet #A015F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.21%

R = 37.83%
G = 4.96%
B = 57.21%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A015F2 (or 0xA015F2) is known color: Blue Violet. HEX triplet: A0, 15 and F2. RGB value is (160,21,242). Sum of RGB (Red+Green+Blue) = 160+21+242=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #A015F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A015F2 is #5FEA0D. Grayscale: #575757. Windows color (decimal): -6285838 or 15865248. OLE color: 15865248.

HSL color Cylindrical-coordinate representation of color #A015F2: hue angle of 277.74º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A015F2 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 21 242 -
CMYK 0.34 0.91 0 0.05
HSL 277.74º 0.89% 0.52% -
HSV(B) 277.74º 0.91% 0.95% -
XYZ 30.79 14.42 85.16 -
YUV 87.76 215.05 179.53 -
System Red Green Blue C M Y K H S L
Decimal 160 21 242 0.34 0.91 0 0.05 277.74 0.89 0.52
Hex A0 15 F2 22 5B 0 5 116 59 34
Octal 240 25 362 42 133 0 5 426 131 64
Binary 10100000 10101 11110010 100010 1011011 0 101 100010110 1011001 110100

Color Harmonies of #A015F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015F2

Black with #A015F2

Text Example


Text Example

White with #A015F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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