Html Css Color HEX #AC88D1 Biloba Flower

📋 copy color: '#AC88D1'

red 172 ◦ green 136 ◦ blue 209

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

Shades of Biloba Flower #AC88D1

Tints of Biloba Flower #AC88D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.43%

R = 33.27%
G = 26.31%
B = 40.43%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC88D1 (or 0xAC88D1) is known color: Biloba Flower. HEX triplet: AC, 88 and D1. RGB value is (172,136,209). Sum of RGB (Red+Green+Blue) = 172+136+209=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC88D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88D1 is #53772E. Grayscale: #9A9A9A. Windows color (decimal): -5469999 or 13732012. OLE color: 13732012.

HSL color Cylindrical-coordinate representation of color #AC88D1: hue angle of 269.59º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC88D1 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 136 209 -
CMYK 0.18 0.35 0 0.18
HSL 269.59º 0.44% 0.68% -
HSV(B) 269.59º 0.35% 0.82% -
XYZ 37.33 30.98 64.33 -
YUV 155.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 172 136 209 0.18 0.35 0 0.18 269.59 0.44 0.68
Hex AC 88 D1 12 23 0 12 10E 2C 44
Octal 254 210 321 22 43 0 22 416 54 104
Binary 10101100 10001000 11010001 10010 100011 0 10010 100001110 101100 1000100

Color Harmonies of #AC88D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC88D1

Black with #AC88D1

Text Example


Text Example

White with #AC88D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC88D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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