Html Css Color HEX #AC89CE Biloba Flower

📋 copy color: '#AC89CE'

red 172 ◦ green 137 ◦ blue 206

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

Shades of Biloba Flower #AC89CE

Tints of Biloba Flower #AC89CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 33.4%
G = 26.6%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC89CE (or 0xAC89CE) is known color: Biloba Flower. HEX triplet: AC, 89 and CE. RGB value is (172,137,206). Sum of RGB (Red+Green+Blue) = 172+137+206=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89CE is #537631. Grayscale: #9B9B9B. Windows color (decimal): -5469746 or 13535660. OLE color: 13535660.

HSL color Cylindrical-coordinate representation of color #AC89CE: hue angle of 270.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC89CE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 137 206 -
CMYK 0.17 0.33 0 0.19
HSL 270.43º 0.41% 0.67% -
HSV(B) 270.43º 0.33% 0.81% -
XYZ 37.1 31.12 62.44 -
YUV 155.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 172 137 206 0.17 0.33 0 0.19 270.43 0.41 0.67
Hex AC 89 CE 11 21 0 13 10E 29 43
Octal 254 211 316 21 41 0 23 416 51 103
Binary 10101100 10001001 11001110 10001 100001 0 10011 100001110 101001 1000011

Color Harmonies of #AC89CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC89CE

Black with #AC89CE

Text Example


Text Example

White with #AC89CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC89CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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