Html Css Color HEX #A024F1 Blue Violet

📋 copy color: '#A024F1'

red 160 ◦ green 36 ◦ blue 241

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

Shades of Blue Violet #A024F1

Tints of Blue Violet #A024F1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.24%

 BLUE value IS 241 (94.53% from 255) = 55.15%

R = 36.61%
G = 8.24%
B = 55.15%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A024F1 (or 0xA024F1) is known color: Blue Violet. HEX triplet: A0, 24 and F1. RGB value is (160,36,241). Sum of RGB (Red+Green+Blue) = 160+36+241=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #A024F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A024F1 is #5FDB0E. Grayscale: #5F5F5F. Windows color (decimal): -6281999 or 15803552. OLE color: 15803552.

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

Color convert

RGB 160 36 241 -
CMYK 0.34 0.85 0 0.05
HSL 276.29º 0.88% 0.54% -
HSV(B) 276.29º 0.85% 0.95% -
XYZ 31.01 15.09 84.5 -
YUV 96.45 209.58 173.33 -
System Red Green Blue C M Y K H S L
Decimal 160 36 241 0.34 0.85 0 0.05 276.29 0.88 0.54
Hex A0 24 F1 22 55 0 5 114 58 36
Octal 240 44 361 42 125 0 5 424 130 66
Binary 10100000 100100 11110001 100010 1010101 0 101 100010100 1011000 110110

Color Harmonies of #A024F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024F1

Black with #A024F1

Text Example


Text Example

White with #A024F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024F1; }

 p { color: rgb(160,36,241); }

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

background-color css

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

 a { background-color: rgb(160,36,241); }

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

border-color css

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

 span { border-color: rgb(160,36,241); }

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