Html Css Color HEX #AC89D9 Biloba Flower

📋 copy color: '#AC89D9'

red 172 ◦ green 137 ◦ blue 217

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

Shades of Biloba Flower #AC89D9

Tints of Biloba Flower #AC89D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.25%

R = 32.7%
G = 26.05%
B = 41.25%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC89D9 (or 0xAC89D9) is known color: Biloba Flower. HEX triplet: AC, 89 and D9. RGB value is (172,137,217). Sum of RGB (Red+Green+Blue) = 172+137+217=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC89D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89D9 is #537626. Grayscale: #9C9C9C. Windows color (decimal): -5469735 or 14256556. OLE color: 14256556.

HSL color Cylindrical-coordinate representation of color #AC89D9: hue angle of 266.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC89D9 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 137 217 -
CMYK 0.21 0.37 0 0.15
HSL 266.25º 0.51% 0.69% -
HSV(B) 266.25º 0.37% 0.85% -
XYZ 38.48 31.67 69.73 -
YUV 156.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 172 137 217 0.21 0.37 0 0.15 266.25 0.51 0.69
Hex AC 89 D9 15 25 0 F 10A 33 45
Octal 254 211 331 25 45 0 17 412 63 105
Binary 10101100 10001001 11011001 10101 100101 0 1111 100001010 110011 1000101

Color Harmonies of #AC89D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC89D9

Black with #AC89D9

Text Example


Text Example

White with #AC89D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC89D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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