Html Css Color HEX #A348FA Blue Violet

📋 copy color: '#A348FA'

red 163 ◦ green 72 ◦ blue 250

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

Shades of Blue Violet #A348FA

Tints of Blue Violet #A348FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.85%

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

R = 33.61%
G = 14.85%
B = 51.55%

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

#A348FA (or 0xA348FA) is known color: Blue Violet. HEX triplet: A3, 48 and FA. RGB value is (163,72,250). Sum of RGB (Red+Green+Blue) = 163+72+250=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #A348FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A348FA is #5CB705. Grayscale: #767676. Windows color (decimal): -6076166 or 16402595. OLE color: 16402595.

HSL color Cylindrical-coordinate representation of color #A348FA: hue angle of 270.67º 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 #A348FA is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 72 250 -
CMYK 0.35 0.71 0 0.02
HSL 270.67º 0.95% 0.63% -
HSV(B) 270.67º 0.71% 0.98% -
XYZ 34.68 19.32 92.34 -
YUV 119.5 201.65 159.03 -
System Red Green Blue C M Y K H S L
Decimal 163 72 250 0.35 0.71 0 0.02 270.67 0.95 0.63
Hex A3 48 FA 23 47 0 2 10F 5F 3F
Octal 243 110 372 43 107 0 2 417 137 77
Binary 10100011 1001000 11111010 100011 1000111 0 10 100001111 1011111 111111

Color Harmonies of #A348FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348FA

Black with #A348FA

Text Example


Text Example

White with #A348FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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