Html Css Color HEX #AC629B Violet Blue

📋 copy color: '#AC629B'

red 172 ◦ green 98 ◦ blue 155

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

Shades of Violet Blue #AC629B

Tints of Violet Blue #AC629B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 40.47%
G = 23.06%
B = 36.47%

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

#AC629B (or 0xAC629B) is known color: Violet Blue. HEX triplet: AC, 62 and 9B. RGB value is (172,98,155). Sum of RGB (Red+Green+Blue) = 172+98+155=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC629B is #539D64. Grayscale: #7E7E7E. Windows color (decimal): -5479781 or 10183340. OLE color: 10183340.

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

Color convert

RGB 172 98 155 -
CMYK 0 0.43 0.10 0.33
HSL 313.78º 0.31% 0.53% -
HSV(B) 313.78º 0.43% 0.67% -
XYZ 27.3 19.87 33.41 -
YUV 126.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 172 98 155 0 0.43 0.10 0.33 313.78 0.31 0.53
Hex AC 62 9B 0 2B A 21 13A 1F 35
Octal 254 142 233 0 53 12 41 472 37 65
Binary 10101100 1100010 10011011 0 101011 1010 100001 100111010 11111 110101

Color Harmonies of #AC629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC629B

Black with #AC629B

Text Example


Text Example

White with #AC629B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC629B; }

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

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

background-color css

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

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

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

border-color css

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

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

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