Html Css Color HEX #A048AB Violet Blue

📋 copy color: '#A048AB'

red 160 ◦ green 72 ◦ blue 171

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

Shades of Violet Blue #A048AB

Tints of Violet Blue #A048AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 39.7%
G = 17.87%
B = 42.43%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A048AB (or 0xA048AB) is known color: Violet Blue. HEX triplet: A0, 48 and AB. RGB value is (160,72,171). Sum of RGB (Red+Green+Blue) = 160+72+171=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #A048AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A048AB is #5FB754. Grayscale: #6D6D6D. Windows color (decimal): -6272853 or 11225248. OLE color: 11225248.

HSL color Cylindrical-coordinate representation of color #A048AB: hue angle of 293.33º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A048AB is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 72 171 -
CMYK 0.06 0.58 0 0.33
HSL 293.33º 0.41% 0.48% -
HSV(B) 293.33º 0.58% 0.67% -
XYZ 24.17 15.05 40.16 -
YUV 109.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 160 72 171 0.06 0.58 0 0.33 293.33 0.41 0.48
Hex A0 48 AB 6 3A 0 21 125 29 30
Octal 240 110 253 6 72 0 41 445 51 60
Binary 10100000 1001000 10101011 110 111010 0 100001 100100101 101001 110000

Color Harmonies of #A048AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048AB

Black with #A048AB

Text Example


Text Example

White with #A048AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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