Html Css Color HEX #AC88E0 Biloba Flower

📋 copy color: '#AC88E0'

red 172 ◦ green 136 ◦ blue 224

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

Shades of Biloba Flower #AC88E0

Tints of Biloba Flower #AC88E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.11%

R = 32.33%
G = 25.56%
B = 42.11%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC88E0 (or 0xAC88E0) is known color: Biloba Flower. HEX triplet: AC, 88 and E0. RGB value is (172,136,224). Sum of RGB (Red+Green+Blue) = 172+136+224=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC88E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88E0 is #53771F. Grayscale: #9C9C9C. Windows color (decimal): -5469984 or 14715052. OLE color: 14715052.

HSL color Cylindrical-coordinate representation of color #AC88E0: hue angle of 264.55º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC88E0 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 136 224 -
CMYK 0.23 0.39 0 0.12
HSL 264.55º 0.59% 0.71% -
HSV(B) 264.55º 0.39% 0.88% -
XYZ 39.27 31.76 74.58 -
YUV 156.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 172 136 224 0.23 0.39 0 0.12 264.55 0.59 0.71
Hex AC 88 E0 17 27 0 C 109 3B 47
Octal 254 210 340 27 47 0 14 411 73 107
Binary 10101100 10001000 11100000 10111 100111 0 1100 100001001 111011 1000111

Color Harmonies of #AC88E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC88E0

Black with #AC88E0

Text Example


Text Example

White with #AC88E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC88E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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