Html Css Color HEX #A344FA Blue Violet

📋 copy color: '#A344FA'

red 163 ◦ green 68 ◦ blue 250

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

Shades of Blue Violet #A344FA

Tints of Blue Violet #A344FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.14%

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

R = 33.89%
G = 14.14%
B = 51.98%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A344FA (or 0xA344FA) is known color: Blue Violet. HEX triplet: A3, 44 and FA. RGB value is (163,68,250). Sum of RGB (Red+Green+Blue) = 163+68+250=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #A344FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A344FA is #5CBB05. Grayscale: #747474. Windows color (decimal): -6077190 or 16401571. OLE color: 16401571.

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

Color convert

RGB 163 68 250 -
CMYK 0.35 0.73 0 0.02
HSL 271.32º 0.95% 0.62% -
HSV(B) 271.32º 0.73% 0.98% -
XYZ 34.43 18.82 92.26 -
YUV 117.15 202.97 160.7 -
System Red Green Blue C M Y K H S L
Decimal 163 68 250 0.35 0.73 0 0.02 271.32 0.95 0.62
Hex A3 44 FA 23 49 0 2 10F 5F 3E
Octal 243 104 372 43 111 0 2 417 137 76
Binary 10100011 1000100 11111010 100011 1001001 0 10 100001111 1011111 111110

Color Harmonies of #A344FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A344FA

Black with #A344FA

Text Example


Text Example

White with #A344FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A344FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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