Html Css Color HEX #AC699D Violet Blue

📋 copy color: '#AC699D'

red 172 ◦ green 105 ◦ blue 157

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

Shades of Violet Blue #AC699D

Tints of Violet Blue #AC699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.19%

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 39.63%
G = 24.19%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC699D (or 0xAC699D) is known color: Violet Blue. HEX triplet: AC, 69 and 9D. RGB value is (172,105,157). Sum of RGB (Red+Green+Blue) = 172+105+157=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC699D is #539662. Grayscale: #828282. Windows color (decimal): -5477987 or 10316204. OLE color: 10316204.

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

Color convert

RGB 172 105 157 -
CMYK 0 0.39 0.09 0.33
HSL 313.43º 0.29% 0.54% -
HSV(B) 313.43º 0.39% 0.67% -
XYZ 28.15 21.31 34.53 -
YUV 130.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 172 105 157 0 0.39 0.09 0.33 313.43 0.29 0.54
Hex AC 69 9D 0 27 9 21 139 1D 36
Octal 254 151 235 0 47 11 41 471 35 66
Binary 10101100 1101001 10011101 0 100111 1001 100001 100111001 11101 110110

Color Harmonies of #AC699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC699D

Black with #AC699D

Text Example


Text Example

White with #AC699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC699D; }

 p { color: rgb(172,105,157); }

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

background-color css

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

 a { background-color: rgb(172,105,157); }

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

border-color css

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

 span { border-color: rgb(172,105,157); }

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