Html Css Color HEX #AC65BF Deep Lilac

📋 copy color: '#AC65BF'

red 172 ◦ green 101 ◦ blue 191

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

Shades of Deep Lilac #AC65BF

Tints of Deep Lilac #AC65BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.16%

R = 37.07%
G = 21.77%
B = 41.16%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC65BF (or 0xAC65BF) is known color: Deep Lilac. HEX triplet: AC, 65 and BF. RGB value is (172,101,191). Sum of RGB (Red+Green+Blue) = 172+101+191=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC65BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65BF is #539A40. Grayscale: #848484. Windows color (decimal): -5478977 or 12543404. OLE color: 12543404.

HSL color Cylindrical-coordinate representation of color #AC65BF: hue angle of 287.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC65BF is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 101 191 -
CMYK 0.10 0.47 0 0.25
HSL 287.33º 0.41% 0.57% -
HSV(B) 287.33º 0.47% 0.75% -
XYZ 31.07 21.84 51.87 -
YUV 132.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 172 101 191 0.10 0.47 0 0.25 287.33 0.41 0.57
Hex AC 65 BF A 2F 0 19 11F 29 39
Octal 254 145 277 12 57 0 31 437 51 71
Binary 10101100 1100101 10111111 1010 101111 0 11001 100011111 101001 111001

Color Harmonies of #AC65BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65BF

Black with #AC65BF

Text Example


Text Example

White with #AC65BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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