Html Css Color HEX #AC659B Violet Blue

📋 copy color: '#AC659B'

red 172 ◦ green 101 ◦ blue 155

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

Shades of Violet Blue #AC659B

Tints of Violet Blue #AC659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.6%

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

R = 40.19%
G = 23.6%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC659B (or 0xAC659B) is known color: Violet Blue. HEX triplet: AC, 65 and 9B. RGB value is (172,101,155). Sum of RGB (Red+Green+Blue) = 172+101+155=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC659B is #539A64. Grayscale: #808080. Windows color (decimal): -5479013 or 10184108. OLE color: 10184108.

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

Color convert

RGB 172 101 155 -
CMYK 0 0.41 0.10 0.33
HSL 314.37º 0.3% 0.54% -
HSV(B) 314.37º 0.41% 0.67% -
XYZ 27.58 20.44 33.5 -
YUV 128.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 172 101 155 0 0.41 0.10 0.33 314.37 0.3 0.54
Hex AC 65 9B 0 29 A 21 13A 1E 36
Octal 254 145 233 0 51 12 41 472 36 66
Binary 10101100 1100101 10011011 0 101001 1010 100001 100111010 11110 110110

Color Harmonies of #AC659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC659B

Black with #AC659B

Text Example


Text Example

White with #AC659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC659B; }

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

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

background-color css

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

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

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

border-color css

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

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

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