Html Css Color HEX #AC65AD Violet Blue

📋 copy color: '#AC65AD'

red 172 ◦ green 101 ◦ blue 173

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

Shades of Violet Blue #AC65AD

Tints of Violet Blue #AC65AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 38.57%
G = 22.65%
B = 38.79%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC65AD (or 0xAC65AD) is known color: Violet Blue. HEX triplet: AC, 65 and AD. RGB value is (172,101,173). Sum of RGB (Red+Green+Blue) = 172+101+173=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC65AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC65AD is #539A52. Grayscale: #828282. Windows color (decimal): -5478995 or 11363756. OLE color: 11363756.

HSL color Cylindrical-coordinate representation of color #AC65AD: hue angle of 299.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC65AD is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 101 173 -
CMYK 0.01 0.42 0 0.32
HSL 299.17º 0.31% 0.54% -
HSV(B) 299.17º 0.42% 0.68% -
XYZ 29.21 21.1 42.07 -
YUV 130.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 172 101 173 0.01 0.42 0 0.32 299.17 0.31 0.54
Hex AC 65 AD 1 2A 0 20 12B 1F 36
Octal 254 145 255 1 52 0 40 453 37 66
Binary 10101100 1100101 10101101 1 101010 0 100000 100101011 11111 110110

Color Harmonies of #AC65AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65AD

Black with #AC65AD

Text Example


Text Example

White with #AC65AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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