Html Css Color HEX #A346FA Blue Violet

📋 copy color: '#A346FA'

red 163 ◦ green 70 ◦ blue 250

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

Shades of Blue Violet #A346FA

Tints of Blue Violet #A346FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.49%

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

R = 33.75%
G = 14.49%
B = 51.76%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A346FA (or 0xA346FA) is known color: Blue Violet. HEX triplet: A3, 46 and FA. RGB value is (163,70,250). Sum of RGB (Red+Green+Blue) = 163+70+250=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #A346FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A346FA is #5CB905. Grayscale: #757575. Windows color (decimal): -6076678 or 16402083. OLE color: 16402083.

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

Color convert

RGB 163 70 250 -
CMYK 0.35 0.72 0 0.02
HSL 271º 0.95% 0.63% -
HSV(B) 271º 0.72% 0.98% -
XYZ 34.55 19.07 92.3 -
YUV 118.33 202.31 159.86 -
System Red Green Blue C M Y K H S L
Decimal 163 70 250 0.35 0.72 0 0.02 271 0.95 0.63
Hex A3 46 FA 23 48 0 2 10F 5F 3F
Octal 243 106 372 43 110 0 2 417 137 77
Binary 10100011 1000110 11111010 100011 1001000 0 10 100001111 1011111 111111

Color Harmonies of #A346FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A346FA

Black with #A346FA

Text Example


Text Example

White with #A346FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A346FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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