Html Css Color HEX #A048A1 Violet Blue

📋 copy color: '#A048A1'

red 160 ◦ green 72 ◦ blue 161

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

Shades of Violet Blue #A048A1

Tints of Violet Blue #A048A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.97%

R = 40.71%
G = 18.32%
B = 40.97%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A048A1 (or 0xA048A1) is known color: Violet Blue. HEX triplet: A0, 48 and A1. RGB value is (160,72,161). Sum of RGB (Red+Green+Blue) = 160+72+161=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 161 - color contains mainly: blue. Hex color #A048A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A048A1 is #5FB75E. Grayscale: #6C6C6C. Windows color (decimal): -6272863 or 10569888. OLE color: 10569888.

HSL color Cylindrical-coordinate representation of color #A048A1: hue angle of 299.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A048A1 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 72 161 -
CMYK 0.01 0.55 0 0.37
HSL 299.33º 0.38% 0.46% -
HSV(B) 299.33º 0.55% 0.63% -
XYZ 23.25 14.68 35.33 -
YUV 108.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 160 72 161 0.01 0.55 0 0.37 299.33 0.38 0.46
Hex A0 48 A1 1 37 0 25 12B 26 2E
Octal 240 110 241 1 67 0 45 453 46 56
Binary 10100000 1001000 10100001 1 110111 0 100101 100101011 100110 101110

Color Harmonies of #A048A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048A1

Black with #A048A1

Text Example


Text Example

White with #A048A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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