Html Css Color HEX #AC629C Violet Blue

📋 copy color: '#AC629C'

red 172 ◦ green 98 ◦ blue 156

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

Shades of Violet Blue #AC629C

Tints of Violet Blue #AC629C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23%

 BLUE value IS 156 (61.33% from 255) = 36.62%

R = 40.38%
G = 23%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC629C (or 0xAC629C) is known color: Violet Blue. HEX triplet: AC, 62 and 9C. RGB value is (172,98,156). Sum of RGB (Red+Green+Blue) = 172+98+156=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC629C is #539D63. Grayscale: #7E7E7E. Windows color (decimal): -5479780 or 10248876. OLE color: 10248876.

HSL color Cylindrical-coordinate representation of color #AC629C: hue angle of 312.97º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC629C is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 156 -
CMYK 0 0.43 0.09 0.33
HSL 312.97º 0.31% 0.53% -
HSV(B) 312.97º 0.43% 0.67% -
XYZ 27.38 19.91 33.85 -
YUV 126.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 172 98 156 0 0.43 0.09 0.33 312.97 0.31 0.53
Hex AC 62 9C 0 2B 9 21 139 1F 35
Octal 254 142 234 0 53 11 41 471 37 65
Binary 10101100 1100010 10011100 0 101011 1001 100001 100111001 11111 110101

Color Harmonies of #AC629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC629C

Black with #AC629C

Text Example


Text Example

White with #AC629C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC629C; }

 p { color: rgb(172,98,156); }

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

background-color css

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

 a { background-color: rgb(172,98,156); }

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

border-color css

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

 span { border-color: rgb(172,98,156); }

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