Html Css Color HEX #AC4CAE Violet Blue

📋 copy color: '#AC4CAE'

red 172 ◦ green 76 ◦ blue 174

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

Shades of Violet Blue #AC4CAE

Tints of Violet Blue #AC4CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.01%

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

R = 40.76%
G = 18.01%
B = 41.23%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC4CAE (or 0xAC4CAE) is known color: Violet Blue. HEX triplet: AC, 4C and AE. RGB value is (172,76,174). Sum of RGB (Red+Green+Blue) = 172+76+174=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC4CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4CAE is #53B351. Grayscale: #737373. Windows color (decimal): -5485394 or 11422892. OLE color: 11422892.

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

Color convert

RGB 172 76 174 -
CMYK 0.01 0.56 0 0.32
HSL 298.78º 0.39% 0.49% -
HSV(B) 298.78º 0.56% 0.68% -
XYZ 27.24 17 41.89 -
YUV 115.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 172 76 174 0.01 0.56 0 0.32 298.78 0.39 0.49
Hex AC 4C AE 1 38 0 20 12B 27 31
Octal 254 114 256 1 70 0 40 453 47 61
Binary 10101100 1001100 10101110 1 111000 0 100000 100101011 100111 110001

Color Harmonies of #AC4CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4CAE

Black with #AC4CAE

Text Example


Text Example

White with #AC4CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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