Html Css Color HEX #AC89DA Biloba Flower

📋 copy color: '#AC89DA'

red 172 ◦ green 137 ◦ blue 218

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

Shades of Biloba Flower #AC89DA

Tints of Biloba Flower #AC89DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 32.64%
G = 26%
B = 41.37%

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

#AC89DA (or 0xAC89DA) is known color: Biloba Flower. HEX triplet: AC, 89 and DA. RGB value is (172,137,218). Sum of RGB (Red+Green+Blue) = 172+137+218=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89DA is #537625. Grayscale: #9C9C9C. Windows color (decimal): -5469734 or 14322092. OLE color: 14322092.

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

Color convert

RGB 172 137 218 -
CMYK 0.21 0.37 0 0.15
HSL 265.93º 0.52% 0.7% -
HSV(B) 265.93º 0.37% 0.85% -
XYZ 38.61 31.72 70.42 -
YUV 156.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 172 137 218 0.21 0.37 0 0.15 265.93 0.52 0.7
Hex AC 89 DA 15 25 0 F 10A 34 46
Octal 254 211 332 25 45 0 17 412 64 106
Binary 10101100 10001001 11011010 10101 100101 0 1111 100001010 110100 1000110

Color Harmonies of #AC89DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC89DA

Black with #AC89DA

Text Example


Text Example

White with #AC89DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC89DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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