Html Css Color HEX #A347F5 Blue Violet

📋 copy color: '#A347F5'

red 163 ◦ green 71 ◦ blue 245

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

Shades of Blue Violet #A347F5

Tints of Blue Violet #A347F5

RGB

 RED value IS 163 (64.06% from 255) = 34.03%

 GREEN value IS 71 (28.13% from 255) = 14.82%

 BLUE value IS 245 (96.09% from 255) = 51.15%

R = 34.03%
G = 14.82%
B = 51.15%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A347F5 (or 0xA347F5) is known color: Blue Violet. HEX triplet: A3, 47 and F5. RGB value is (163,71,245). Sum of RGB (Red+Green+Blue) = 163+71+245=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #A347F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A347F5 is #5CB80A. Grayscale: #757575. Windows color (decimal): -6076427 or 16074659. OLE color: 16074659.

HSL color Cylindrical-coordinate representation of color #A347F5: hue angle of 271.72º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A347F5 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 71 245 -
CMYK 0.33 0.71 0 0.04
HSL 271.72º 0.9% 0.62% -
HSV(B) 271.72º 0.71% 0.96% -
XYZ 33.84 18.89 88.25 -
YUV 118.34 199.48 159.85 -
System Red Green Blue C M Y K H S L
Decimal 163 71 245 0.33 0.71 0 0.04 271.72 0.9 0.62
Hex A3 47 F5 21 47 0 4 110 5A 3E
Octal 243 107 365 41 107 0 4 420 132 76
Binary 10100011 1000111 11110101 100001 1000111 0 100 100010000 1011010 111110

Color Harmonies of #A347F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A347F5

Black with #A347F5

Text Example


Text Example

White with #A347F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A347F5; }

 p { color: rgb(163,71,245); }

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

background-color css

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

 a { background-color: rgb(163,71,245); }

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

border-color css

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

 span { border-color: rgb(163,71,245); }

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