Html Css Color HEX #AC97DF Biloba Flower

📋 copy color: '#AC97DF'

red 172 ◦ green 151 ◦ blue 223

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

Shades of Biloba Flower #AC97DF

Tints of Biloba Flower #AC97DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.66%

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 31.5%
G = 27.66%
B = 40.84%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC97DF (or 0xAC97DF) is known color: Biloba Flower. HEX triplet: AC, 97 and DF. RGB value is (172,151,223). Sum of RGB (Red+Green+Blue) = 172+151+223=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC97DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97DF is #536820. Grayscale: #A5A5A5. Windows color (decimal): -5466145 or 14653356. OLE color: 14653356.

HSL color Cylindrical-coordinate representation of color #AC97DF: hue angle of 257.5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC97DF is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 151 223 -
CMYK 0.23 0.32 0 0.13
HSL 257.5º 0.53% 0.73% -
HSV(B) 257.5º 0.32% 0.87% -
XYZ 41.4 36.23 74.62 -
YUV 165.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 172 151 223 0.23 0.32 0 0.13 257.5 0.53 0.73
Hex AC 97 DF 17 20 0 D 102 35 49
Octal 254 227 337 27 40 0 15 402 65 111
Binary 10101100 10010111 11011111 10111 100000 0 1101 100000010 110101 1001001

Color Harmonies of #AC97DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC97DF

Black with #AC97DF

Text Example


Text Example

White with #AC97DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC97DF; }

 p { color: rgb(172,151,223); }

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

background-color css

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

 a { background-color: rgb(172,151,223); }

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

border-color css

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

 span { border-color: rgb(172,151,223); }

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