Html Css Color HEX #AC89DF Biloba Flower

📋 copy color: '#AC89DF'

red 172 ◦ green 137 ◦ blue 223

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

Shades of Biloba Flower #AC89DF

Tints of Biloba Flower #AC89DF

RGB

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

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

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

R = 32.33%
G = 25.75%
B = 41.92%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC89DF (or 0xAC89DF) is known color: Biloba Flower. HEX triplet: AC, 89 and DF. RGB value is (172,137,223). Sum of RGB (Red+Green+Blue) = 172+137+223=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC89DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89DF is #537620. Grayscale: #9C9C9C. Windows color (decimal): -5469729 or 14649772. OLE color: 14649772.

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

Color convert

RGB 172 137 223 -
CMYK 0.23 0.39 0 0.13
HSL 264.42º 0.57% 0.71% -
HSV(B) 264.42º 0.39% 0.87% -
XYZ 39.28 31.99 73.92 -
YUV 157.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 172 137 223 0.23 0.39 0 0.13 264.42 0.57 0.71
Hex AC 89 DF 17 27 0 D 108 39 47
Octal 254 211 337 27 47 0 15 410 71 107
Binary 10101100 10001001 11011111 10111 100111 0 1101 100001000 111001 1000111

Color Harmonies of #AC89DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC89DF

Black with #AC89DF

Text Example


Text Example

White with #AC89DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC89DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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