Html Css Color HEX #AC88DF Biloba Flower

📋 copy color: '#AC88DF'

red 172 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #AC88DF

Tints of Biloba Flower #AC88DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.61%

 BLUE value IS 223 (87.5% from 255) = 42%

R = 32.39%
G = 25.61%
B = 42%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC88DF (or 0xAC88DF) is known color: Biloba Flower. HEX triplet: AC, 88 and DF. RGB value is (172,136,223). Sum of RGB (Red+Green+Blue) = 172+136+223=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC88DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88DF is #537720. Grayscale: #9C9C9C. Windows color (decimal): -5469985 or 14649516. OLE color: 14649516.

HSL color Cylindrical-coordinate representation of color #AC88DF: hue angle of 264.83º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC88DF is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 136 223 -
CMYK 0.23 0.39 0 0.13
HSL 264.83º 0.58% 0.7% -
HSV(B) 264.83º 0.39% 0.87% -
XYZ 39.14 31.71 73.87 -
YUV 156.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 172 136 223 0.23 0.39 0 0.13 264.83 0.58 0.7
Hex AC 88 DF 17 27 0 D 109 3A 46
Octal 254 210 337 27 47 0 15 411 72 106
Binary 10101100 10001000 11011111 10111 100111 0 1101 100001001 111010 1000110

Color Harmonies of #AC88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC88DF

Black with #AC88DF

Text Example


Text Example

White with #AC88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC88DF; }

 p { color: rgb(172,136,223); }

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

background-color css

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

 a { background-color: rgb(172,136,223); }

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

border-color css

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

 span { border-color: rgb(172,136,223); }

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