Html Css Color HEX #A034F1 Blue Violet

📋 copy color: '#A034F1'

red 160 ◦ green 52 ◦ blue 241

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

Shades of Blue Violet #A034F1

Tints of Blue Violet #A034F1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.48%

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

R = 35.32%
G = 11.48%
B = 53.2%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A034F1 (or 0xA034F1) is known color: Blue Violet. HEX triplet: A0, 34 and F1. RGB value is (160,52,241). Sum of RGB (Red+Green+Blue) = 160+52+241=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #A034F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A034F1 is #5FCB0E. Grayscale: #696969. Windows color (decimal): -6277903 or 15807648. OLE color: 15807648.

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

Color convert

RGB 160 52 241 -
CMYK 0.34 0.78 0 0.05
HSL 274.29º 0.87% 0.57% -
HSV(B) 274.29º 0.78% 0.95% -
XYZ 31.6 16.28 84.7 -
YUV 105.84 204.28 166.63 -
System Red Green Blue C M Y K H S L
Decimal 160 52 241 0.34 0.78 0 0.05 274.29 0.87 0.57
Hex A0 34 F1 22 4E 0 5 112 57 39
Octal 240 64 361 42 116 0 5 422 127 71
Binary 10100000 110100 11110001 100010 1001110 0 101 100010010 1010111 111001

Color Harmonies of #A034F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034F1

Black with #A034F1

Text Example


Text Example

White with #A034F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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