Html Css Color HEX #AC89EC Biloba Flower

📋 copy color: '#AC89EC'

red 172 ◦ green 137 ◦ blue 236

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

Shades of Biloba Flower #AC89EC

Tints of Biloba Flower #AC89EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 31.56%
G = 25.14%
B = 43.3%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC89EC (or 0xAC89EC) is known color: Biloba Flower. HEX triplet: AC, 89 and EC. RGB value is (172,137,236). Sum of RGB (Red+Green+Blue) = 172+137+236=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC89EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC89EC is #537613. Grayscale: #9E9E9E. Windows color (decimal): -5469716 or 15501740. OLE color: 15501740.

HSL color Cylindrical-coordinate representation of color #AC89EC: hue angle of 261.21º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC89EC is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 137 236 -
CMYK 0.27 0.42 0 0.07
HSL 261.21º 0.72% 0.73% -
HSV(B) 261.21º 0.42% 0.93% -
XYZ 41.1 32.72 83.51 -
YUV 158.75 171.6 137.45 -
System Red Green Blue C M Y K H S L
Decimal 172 137 236 0.27 0.42 0 0.07 261.21 0.72 0.73
Hex AC 89 EC 1B 2A 0 7 105 48 49
Octal 254 211 354 33 52 0 7 405 110 111
Binary 10101100 10001001 11101100 11011 101010 0 111 100000101 1001000 1001001

Color Harmonies of #AC89EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC89EC

Black with #AC89EC

Text Example


Text Example

White with #AC89EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC89EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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