Html Css Color HEX #A048AA Violet Blue

📋 copy color: '#A048AA'

red 160 ◦ green 72 ◦ blue 170

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

Shades of Violet Blue #A048AA

Tints of Violet Blue #A048AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 39.8%
G = 17.91%
B = 42.29%

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

#A048AA (or 0xA048AA) is known color: Violet Blue. HEX triplet: A0, 48 and AA. RGB value is (160,72,170). Sum of RGB (Red+Green+Blue) = 160+72+170=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #A048AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A048AA is #5FB755. Grayscale: #6D6D6D. Windows color (decimal): -6272854 or 11159712. OLE color: 11159712.

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

Color convert

RGB 160 72 170 -
CMYK 0.06 0.58 0 0.33
HSL 293.88º 0.4% 0.47% -
HSV(B) 293.88º 0.58% 0.67% -
XYZ 24.07 15.01 39.66 -
YUV 109.48 162.15 164.03 -
System Red Green Blue C M Y K H S L
Decimal 160 72 170 0.06 0.58 0 0.33 293.88 0.4 0.47
Hex A0 48 AA 6 3A 0 21 126 28 2F
Octal 240 110 252 6 72 0 41 446 50 57
Binary 10100000 1001000 10101010 110 111010 0 100001 100100110 101000 101111

Color Harmonies of #A048AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048AA

Black with #A048AA

Text Example


Text Example

White with #A048AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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