Html Css Color HEX #AC97D0 Biloba Flower

📋 copy color: '#AC97D0'

red 172 ◦ green 151 ◦ blue 208

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

Shades of Biloba Flower #AC97D0

Tints of Biloba Flower #AC97D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.17%

R = 32.39%
G = 28.44%
B = 39.17%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC97D0 (or 0xAC97D0) is known color: Biloba Flower. HEX triplet: AC, 97 and D0. RGB value is (172,151,208). Sum of RGB (Red+Green+Blue) = 172+151+208=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC97D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97D0 is #53682F. Grayscale: #A3A3A3. Windows color (decimal): -5466160 or 13670316. OLE color: 13670316.

HSL color Cylindrical-coordinate representation of color #AC97D0: hue angle of 262.11º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC97D0 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 151 208 -
CMYK 0.17 0.27 0 0.18
HSL 262.11º 0.38% 0.7% -
HSV(B) 262.11º 0.27% 0.82% -
XYZ 39.47 35.46 64.44 -
YUV 163.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 172 151 208 0.17 0.27 0 0.18 262.11 0.38 0.7
Hex AC 97 D0 11 1B 0 12 106 26 46
Octal 254 227 320 21 33 0 22 406 46 106
Binary 10101100 10010111 11010000 10001 11011 0 10010 100000110 100110 1000110

Color Harmonies of #AC97D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC97D0

Black with #AC97D0

Text Example


Text Example

White with #AC97D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC97D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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