Html Css Color HEX #A348FB Blue Violet

📋 copy color: '#A348FB'

red 163 ◦ green 72 ◦ blue 251

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

Shades of Blue Violet #A348FB

Tints of Blue Violet #A348FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.65%

R = 33.54%
G = 14.81%
B = 51.65%

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

#A348FB (or 0xA348FB) is known color: Blue Violet. HEX triplet: A3, 48 and FB. RGB value is (163,72,251). Sum of RGB (Red+Green+Blue) = 163+72+251=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #A348FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A348FB is #5CB704. Grayscale: #767676. Windows color (decimal): -6076165 or 16468131. OLE color: 16468131.

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

Color convert

RGB 163 72 251 -
CMYK 0.35 0.71 0 0.02
HSL 270.5º 0.96% 0.63% -
HSV(B) 270.5º 0.71% 0.98% -
XYZ 34.83 19.39 93.17 -
YUV 119.62 202.15 158.95 -
System Red Green Blue C M Y K H S L
Decimal 163 72 251 0.35 0.71 0 0.02 270.5 0.96 0.63
Hex A3 48 FB 23 47 0 2 10F 60 3F
Octal 243 110 373 43 107 0 2 417 140 77
Binary 10100011 1001000 11111011 100011 1000111 0 10 100001111 1100000 111111

Color Harmonies of #A348FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A348FB

Black with #A348FB

Text Example


Text Example

White with #A348FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A348FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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