Html Css Color HEX #AC89D7 Biloba Flower

📋 copy color: '#AC89D7'

red 172 ◦ green 137 ◦ blue 215

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

Shades of Biloba Flower #AC89D7

Tints of Biloba Flower #AC89D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 32.82%
G = 26.15%
B = 41.03%

CMYK

 C value IS 0.2

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC89D7 (or 0xAC89D7) is known color: Biloba Flower. HEX triplet: AC, 89 and D7. RGB value is (172,137,215). Sum of RGB (Red+Green+Blue) = 172+137+215=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC89D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89D7 is #537628. Grayscale: #9C9C9C. Windows color (decimal): -5469737 or 14125484. OLE color: 14125484.

HSL color Cylindrical-coordinate representation of color #AC89D7: hue angle of 266.92º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC89D7 is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 137 215 -
CMYK 0.2 0.36 0 0.16
HSL 266.92º 0.49% 0.69% -
HSV(B) 266.92º 0.36% 0.84% -
XYZ 38.22 31.57 68.37 -
YUV 156.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 172 137 215 0.2 0.36 0 0.16 266.92 0.49 0.69
Hex AC 89 D7 14 24 0 10 10B 31 45
Octal 254 211 327 24 44 0 20 413 61 105
Binary 10101100 10001001 11010111 10100 100100 0 10000 100001011 110001 1000101

Color Harmonies of #AC89D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC89D7

Black with #AC89D7

Text Example


Text Example

White with #AC89D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC89D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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