Html Css Color HEX #A032F0 Blue Violet

📋 copy color: '#A032F0'

red 160 ◦ green 50 ◦ blue 240

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

Shades of Blue Violet #A032F0

Tints of Blue Violet #A032F0

RGB

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

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

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

R = 35.56%
G = 11.11%
B = 53.33%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A032F0 (or 0xA032F0) is known color: Blue Violet. HEX triplet: A0, 32 and F0. RGB value is (160,50,240). Sum of RGB (Red+Green+Blue) = 160+50+240=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #A032F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A032F0 is #5FCD0F. Grayscale: #676767. Windows color (decimal): -6278416 or 15741600. OLE color: 15741600.

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

Color convert

RGB 160 50 240 -
CMYK 0.33 0.79 0 0.06
HSL 274.74º 0.86% 0.57% -
HSV(B) 274.74º 0.79% 0.94% -
XYZ 31.37 16.05 83.88 -
YUV 104.55 204.44 167.55 -
System Red Green Blue C M Y K H S L
Decimal 160 50 240 0.33 0.79 0 0.06 274.74 0.86 0.57
Hex A0 32 F0 21 4F 0 6 113 56 39
Octal 240 62 360 41 117 0 6 423 126 71
Binary 10100000 110010 11110000 100001 1001111 0 110 100010011 1010110 111001

Color Harmonies of #A032F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032F0

Black with #A032F0

Text Example


Text Example

White with #A032F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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