Html Css Color HEX #A349FA Blue Violet

📋 copy color: '#A349FA'

red 163 ◦ green 73 ◦ blue 250

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

Shades of Blue Violet #A349FA

Tints of Blue Violet #A349FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 33.54%
G = 15.02%
B = 51.44%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A349FA (or 0xA349FA) is known color: Blue Violet. HEX triplet: A3, 49 and FA. RGB value is (163,73,250). Sum of RGB (Red+Green+Blue) = 163+73+250=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #A349FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A349FA is #5CB605. Grayscale: #777777. Windows color (decimal): -6075910 or 16402851. OLE color: 16402851.

HSL color Cylindrical-coordinate representation of color #A349FA: hue angle of 270.51º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A349FA is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 73 250 -
CMYK 0.35 0.71 0 0.02
HSL 270.51º 0.95% 0.63% -
HSV(B) 270.51º 0.71% 0.98% -
XYZ 34.74 19.45 92.37 -
YUV 120.09 201.32 158.61 -
System Red Green Blue C M Y K H S L
Decimal 163 73 250 0.35 0.71 0 0.02 270.51 0.95 0.63
Hex A3 49 FA 23 47 0 2 10F 5F 3F
Octal 243 111 372 43 107 0 2 417 137 77
Binary 10100011 1001001 11111010 100011 1000111 0 10 100001111 1011111 111111

Color Harmonies of #A349FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A349FA

Black with #A349FA

Text Example


Text Example

White with #A349FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A349FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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