Html Css Color HEX #AC629A Violet Blue

📋 copy color: '#AC629A'

red 172 ◦ green 98 ◦ blue 154

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

Shades of Violet Blue #AC629A

Tints of Violet Blue #AC629A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 40.57%
G = 23.11%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC629A (or 0xAC629A) is known color: Violet Blue. HEX triplet: AC, 62 and 9A. RGB value is (172,98,154). Sum of RGB (Red+Green+Blue) = 172+98+154=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC629A is #539D65. Grayscale: #7E7E7E. Windows color (decimal): -5479782 or 10117804. OLE color: 10117804.

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

Color convert

RGB 172 98 154 -
CMYK 0 0.43 0.10 0.33
HSL 314.59º 0.31% 0.53% -
HSV(B) 314.59º 0.43% 0.67% -
XYZ 27.21 19.84 32.97 -
YUV 126.51 143.52 160.45 -
System Red Green Blue C M Y K H S L
Decimal 172 98 154 0 0.43 0.10 0.33 314.59 0.31 0.53
Hex AC 62 9A 0 2B A 21 13B 1F 35
Octal 254 142 232 0 53 12 41 473 37 65
Binary 10101100 1100010 10011010 0 101011 1010 100001 100111011 11111 110101

Color Harmonies of #AC629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC629A

Black with #AC629A

Text Example


Text Example

White with #AC629A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC629A; }

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

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

background-color css

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

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

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

border-color css

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

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

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