Html Css Color HEX #AC4BAE Violet Blue

📋 copy color: '#AC4BAE'

red 172 ◦ green 75 ◦ blue 174

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

Shades of Violet Blue #AC4BAE

Tints of Violet Blue #AC4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.81%

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 40.86%
G = 17.81%
B = 41.33%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC4BAE (or 0xAC4BAE) is known color: Violet Blue. HEX triplet: AC, 4B and AE. RGB value is (172,75,174). Sum of RGB (Red+Green+Blue) = 172+75+174=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4BAE is #53B451. Grayscale: #727272. Windows color (decimal): -5485650 or 11422636. OLE color: 11422636.

HSL color Cylindrical-coordinate representation of color #AC4BAE: hue angle of 298.79º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4BAE is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 75 174 -
CMYK 0.01 0.57 0 0.32
HSL 298.79º 0.4% 0.49% -
HSV(B) 298.79º 0.57% 0.68% -
XYZ 27.17 16.86 41.87 -
YUV 115.29 161.14 168.45 -
System Red Green Blue C M Y K H S L
Decimal 172 75 174 0.01 0.57 0 0.32 298.79 0.4 0.49
Hex AC 4B AE 1 39 0 20 12B 28 31
Octal 254 113 256 1 71 0 40 453 50 61
Binary 10101100 1001011 10101110 1 111001 0 100000 100101011 101000 110001

Color Harmonies of #AC4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BAE

Black with #AC4BAE

Text Example


Text Example

White with #AC4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BAE; }

 p { color: rgb(172,75,174); }

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

background-color css

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

 a { background-color: rgb(172,75,174); }

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

border-color css

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

 span { border-color: rgb(172,75,174); }

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