Html Css Color HEX #A032F1 Blue Violet

📋 copy color: '#A032F1'

red 160 ◦ green 50 ◦ blue 241

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

Shades of Blue Violet #A032F1

Tints of Blue Violet #A032F1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.09%

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

R = 35.48%
G = 11.09%
B = 53.44%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A032F1 (or 0xA032F1) is known color: Blue Violet. HEX triplet: A0, 32 and F1. RGB value is (160,50,241). Sum of RGB (Red+Green+Blue) = 160+50+241=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #A032F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A032F1 is #5FCD0E. Grayscale: #686868. Windows color (decimal): -6278415 or 15807136. OLE color: 15807136.

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

Color convert

RGB 160 50 241 -
CMYK 0.34 0.79 0 0.05
HSL 274.56º 0.87% 0.57% -
HSV(B) 274.56º 0.79% 0.95% -
XYZ 31.51 16.11 84.67 -
YUV 104.66 204.94 167.47 -
System Red Green Blue C M Y K H S L
Decimal 160 50 241 0.34 0.79 0 0.05 274.56 0.87 0.57
Hex A0 32 F1 22 4F 0 5 113 57 39
Octal 240 62 361 42 117 0 5 423 127 71
Binary 10100000 110010 11110001 100010 1001111 0 101 100010011 1010111 111001

Color Harmonies of #A032F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032F1

Black with #A032F1

Text Example


Text Example

White with #A032F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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