Html Css Color HEX #A349FE Blue Violet

📋 copy color: '#A349FE'

red 163 ◦ green 73 ◦ blue 254

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

Shades of Blue Violet #A349FE

Tints of Blue Violet #A349FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.9%

 BLUE value IS 254 (99.61% from 255) = 51.84%

R = 33.27%
G = 14.9%
B = 51.84%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A349FE (or 0xA349FE) is known color: Blue Violet. HEX triplet: A3, 49 and FE. RGB value is (163,73,254). Sum of RGB (Red+Green+Blue) = 163+73+254=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #A349FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A349FE is #5CB601. Grayscale: #777777. Windows color (decimal): -6075906 or 16664995. OLE color: 16664995.

HSL color Cylindrical-coordinate representation of color #A349FE: hue angle of 269.83º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A349FE is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 163 73 254 -
CMYK 0.36 0.71 0 0.00
HSL 269.83º 0.99% 0.64% -
HSV(B) 269.83º 0.71% 1% -
XYZ 35.38 19.71 95.71 -
YUV 120.54 203.32 158.28 -
System Red Green Blue C M Y K H S L
Decimal 163 73 254 0.36 0.71 0 0.00 269.83 0.99 0.64
Hex A3 49 FE 24 47 0 0 10E 63 40
Octal 243 111 376 44 107 0 0 416 143 100
Binary 10100011 1001001 11111110 100100 1000111 0 0 100001110 1100011 1000000

Color Harmonies of #A349FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349FE

Black with #A349FE

Text Example


Text Example

White with #A349FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349FE; }

 p { color: rgb(163,73,254); }

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

background-color css

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

 a { background-color: rgb(163,73,254); }

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

border-color css

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

 span { border-color: rgb(163,73,254); }

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