Html Css Color HEX #AC48A3 Violet Blue

📋 copy color: '#AC48A3'

red 172 ◦ green 72 ◦ blue 163

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

Shades of Violet Blue #AC48A3

Tints of Violet Blue #AC48A3

RGB

 RED value IS 172 (67.58% from 255) = 42.26%

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

 BLUE value IS 163 (64.06% from 255) = 40.05%

R = 42.26%
G = 17.69%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC48A3 (or 0xAC48A3) is known color: Violet Blue. HEX triplet: AC, 48 and A3. RGB value is (172,72,163). Sum of RGB (Red+Green+Blue) = 172+72+163=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC48A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC48A3 is #53B75C. Grayscale: #707070. Windows color (decimal): -5486429 or 10700972. OLE color: 10700972.

HSL color Cylindrical-coordinate representation of color #AC48A3: hue angle of 305.4º 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 #AC48A3 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 72 163 -
CMYK 0 0.58 0.05 0.33
HSL 305.4º 0.41% 0.48% -
HSV(B) 305.4º 0.58% 0.67% -
XYZ 25.94 16.05 36.38 -
YUV 112.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 172 72 163 0 0.58 0.05 0.33 305.4 0.41 0.48
Hex AC 48 A3 0 3A 5 21 131 29 30
Octal 254 110 243 0 72 5 41 461 51 60
Binary 10101100 1001000 10100011 0 111010 101 100001 100110001 101001 110000

Color Harmonies of #AC48A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC48A3

Black with #AC48A3

Text Example


Text Example

White with #AC48A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC48A3; }

 p { color: rgb(172,72,163); }

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

background-color css

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

 a { background-color: rgb(172,72,163); }

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

border-color css

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

 span { border-color: rgb(172,72,163); }

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