Html Css Color HEX #AC89D0 Biloba Flower

📋 copy color: '#AC89D0'

red 172 ◦ green 137 ◦ blue 208

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

Shades of Biloba Flower #AC89D0

Tints of Biloba Flower #AC89D0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.5%

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

R = 33.27%
G = 26.5%
B = 40.23%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC89D0 (or 0xAC89D0) is known color: Biloba Flower. HEX triplet: AC, 89 and D0. RGB value is (172,137,208). Sum of RGB (Red+Green+Blue) = 172+137+208=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC89D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89D0 is #53762F. Grayscale: #9B9B9B. Windows color (decimal): -5469744 or 13666732. OLE color: 13666732.

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

Color convert

RGB 172 137 208 -
CMYK 0.17 0.34 0 0.18
HSL 269.58º 0.43% 0.68% -
HSV(B) 269.58º 0.34% 0.82% -
XYZ 37.34 31.22 63.73 -
YUV 155.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 172 137 208 0.17 0.34 0 0.18 269.58 0.43 0.68
Hex AC 89 D0 11 22 0 12 10E 2B 44
Octal 254 211 320 21 42 0 22 416 53 104
Binary 10101100 10001001 11010000 10001 100010 0 10010 100001110 101011 1000100

Color Harmonies of #AC89D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC89D0

Black with #AC89D0

Text Example


Text Example

White with #AC89D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC89D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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