Html Css Color HEX #AC9ACE Biloba Flower

📋 copy color: '#AC9ACE'

red 172 ◦ green 154 ◦ blue 206

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

Shades of Biloba Flower #AC9ACE

Tints of Biloba Flower #AC9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.95%

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 32.33%
G = 28.95%
B = 38.72%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC9ACE (or 0xAC9ACE) is known color: Biloba Flower. HEX triplet: AC, 9A and CE. RGB value is (172,154,206). Sum of RGB (Red+Green+Blue) = 172+154+206=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ACE is #536531. Grayscale: #A5A5A5. Windows color (decimal): -5465394 or 13540012. OLE color: 13540012.

HSL color Cylindrical-coordinate representation of color #AC9ACE: hue angle of 260.77º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC9ACE is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 154 206 -
CMYK 0.17 0.25 0 0.19
HSL 260.77º 0.35% 0.71% -
HSV(B) 260.77º 0.25% 0.81% -
XYZ 39.71 36.34 63.31 -
YUV 165.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 172 154 206 0.17 0.25 0 0.19 260.77 0.35 0.71
Hex AC 9A CE 11 19 0 13 105 23 47
Octal 254 232 316 21 31 0 23 405 43 107
Binary 10101100 10011010 11001110 10001 11001 0 10011 100000101 100011 1000111

Color Harmonies of #AC9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9ACE

Black with #AC9ACE

Text Example


Text Example

White with #AC9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9ACE; }

 p { color: rgb(172,154,206); }

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

background-color css

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

 a { background-color: rgb(172,154,206); }

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

border-color css

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

 span { border-color: rgb(172,154,206); }

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