Html Css Color HEX #A048FA Blue Violet

📋 copy color: '#A048FA'

red 160 ◦ green 72 ◦ blue 250

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

Shades of Blue Violet #A048FA

Tints of Blue Violet #A048FA

RGB

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

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

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

R = 33.2%
G = 14.94%
B = 51.87%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A048FA (or 0xA048FA) is known color: Blue Violet. HEX triplet: A0, 48 and FA. RGB value is (160,72,250). Sum of RGB (Red+Green+Blue) = 160+72+250=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #A048FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A048FA is #5FB705. Grayscale: #757575. Windows color (decimal): -6272774 or 16402592. OLE color: 16402592.

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

Color convert

RGB 160 72 250 -
CMYK 0.36 0.71 0 0.02
HSL 269.66º 0.95% 0.63% -
HSV(B) 269.66º 0.71% 0.98% -
XYZ 34.07 19.01 92.32 -
YUV 118.6 202.15 157.53 -
System Red Green Blue C M Y K H S L
Decimal 160 72 250 0.36 0.71 0 0.02 269.66 0.95 0.63
Hex A0 48 FA 24 47 0 2 10E 5F 3F
Octal 240 110 372 44 107 0 2 416 137 77
Binary 10100000 1001000 11111010 100100 1000111 0 10 100001110 1011111 111111

Color Harmonies of #A048FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048FA

Black with #A048FA

Text Example


Text Example

White with #A048FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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