Html Css Color HEX #A048A8 Violet Blue

📋 copy color: '#A048A8'

red 160 ◦ green 72 ◦ blue 168

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

Shades of Violet Blue #A048A8

Tints of Violet Blue #A048A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42%

R = 40%
G = 18%
B = 42%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A048A8 (or 0xA048A8) is known color: Violet Blue. HEX triplet: A0, 48 and A8. RGB value is (160,72,168). Sum of RGB (Red+Green+Blue) = 160+72+168=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 168 - color contains mainly: blue. Hex color #A048A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A048A8 is #5FB757. Grayscale: #6C6C6C. Windows color (decimal): -6272856 or 11028640. OLE color: 11028640.

HSL color Cylindrical-coordinate representation of color #A048A8: hue angle of 295º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A048A8 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 72 168 -
CMYK 0.05 0.57 0 0.34
HSL 295º 0.4% 0.47% -
HSV(B) 295º 0.57% 0.66% -
XYZ 23.88 14.94 38.67 -
YUV 109.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 160 72 168 0.05 0.57 0 0.34 295 0.4 0.47
Hex A0 48 A8 5 39 0 22 127 28 2F
Octal 240 110 250 5 71 0 42 447 50 57
Binary 10100000 1001000 10101000 101 111001 0 100010 100100111 101000 101111

Color Harmonies of #A048A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048A8

Black with #A048A8

Text Example


Text Example

White with #A048A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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