Html Css Color HEX #A348F3 Blue Violet

📋 copy color: '#A348F3'

red 163 ◦ green 72 ◦ blue 243

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

Shades of Blue Violet #A348F3

Tints of Blue Violet #A348F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.84%

R = 34.1%
G = 15.06%
B = 50.84%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A348F3 (or 0xA348F3) is known color: Blue Violet. HEX triplet: A3, 48 and F3. RGB value is (163,72,243). Sum of RGB (Red+Green+Blue) = 163+72+243=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #A348F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A348F3 is #5CB70C. Grayscale: #767676. Windows color (decimal): -6076173 or 15943843. OLE color: 15943843.

HSL color Cylindrical-coordinate representation of color #A348F3: hue angle of 271.93º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A348F3 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 72 243 -
CMYK 0.33 0.70 0 0.05
HSL 271.93º 0.88% 0.62% -
HSV(B) 271.93º 0.7% 0.95% -
XYZ 33.6 18.89 86.67 -
YUV 118.7 198.15 159.6 -
System Red Green Blue C M Y K H S L
Decimal 163 72 243 0.33 0.70 0 0.05 271.93 0.88 0.62
Hex A3 48 F3 21 46 0 5 110 58 3E
Octal 243 110 363 41 106 0 5 420 130 76
Binary 10100011 1001000 11110011 100001 1000110 0 101 100010000 1011000 111110

Color Harmonies of #A348F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348F3

Black with #A348F3

Text Example


Text Example

White with #A348F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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