Html Css Color HEX #AC89EA Biloba Flower

📋 copy color: '#AC89EA'

red 172 ◦ green 137 ◦ blue 234

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

Shades of Biloba Flower #AC89EA

Tints of Biloba Flower #AC89EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 31.68%
G = 25.23%
B = 43.09%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC89EA (or 0xAC89EA) is known color: Biloba Flower. HEX triplet: AC, 89 and EA. RGB value is (172,137,234). Sum of RGB (Red+Green+Blue) = 172+137+234=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC89EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC89EA is #537615. Grayscale: #9E9E9E. Windows color (decimal): -5469718 or 15370668. OLE color: 15370668.

HSL color Cylindrical-coordinate representation of color #AC89EA: hue angle of 261.65º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC89EA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 137 234 -
CMYK 0.26 0.41 0 0.08
HSL 261.65º 0.7% 0.73% -
HSV(B) 261.65º 0.41% 0.92% -
XYZ 40.81 32.6 81.98 -
YUV 158.52 170.6 137.61 -
System Red Green Blue C M Y K H S L
Decimal 172 137 234 0.26 0.41 0 0.08 261.65 0.7 0.73
Hex AC 89 EA 1A 29 0 8 106 46 49
Octal 254 211 352 32 51 0 10 406 106 111
Binary 10101100 10001001 11101010 11010 101001 0 1000 100000110 1000110 1001001

Color Harmonies of #AC89EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC89EA

Black with #AC89EA

Text Example


Text Example

White with #AC89EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC89EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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