Html Css Color HEX #A048FD Blue Violet

📋 copy color: '#A048FD'

red 160 ◦ green 72 ◦ blue 253

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

Shades of Blue Violet #A048FD

Tints of Blue Violet #A048FD

RGB

 RED value IS 160 (62.89% from 255) = 32.99%

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 32.99%
G = 14.85%
B = 52.16%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A048FD (or 0xA048FD) is known color: Blue Violet. HEX triplet: A0, 48 and FD. RGB value is (160,72,253). Sum of RGB (Red+Green+Blue) = 160+72+253=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #A048FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A048FD is #5FB702. Grayscale: #767676. Windows color (decimal): -6272771 or 16599200. OLE color: 16599200.

HSL color Cylindrical-coordinate representation of color #A048FD: hue angle of 269.17º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A048FD is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 72 253 -
CMYK 0.37 0.72 0 0.01
HSL 269.17º 0.98% 0.64% -
HSV(B) 269.17º 0.72% 0.99% -
XYZ 34.54 19.2 94.81 -
YUV 118.95 203.65 157.28 -
System Red Green Blue C M Y K H S L
Decimal 160 72 253 0.37 0.72 0 0.01 269.17 0.98 0.64
Hex A0 48 FD 25 48 0 1 10D 62 40
Octal 240 110 375 45 110 0 1 415 142 100
Binary 10100000 1001000 11111101 100101 1001000 0 1 100001101 1100010 1000000

Color Harmonies of #A048FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048FD

Black with #A048FD

Text Example


Text Example

White with #A048FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048FD; }

 p { color: rgb(160,72,253); }

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

background-color css

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

 a { background-color: rgb(160,72,253); }

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

border-color css

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

 span { border-color: rgb(160,72,253); }

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