Html Css Color HEX #AC88DB Biloba Flower

📋 copy color: '#AC88DB'

red 172 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #AC88DB

Tints of Biloba Flower #AC88DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 32.64%
G = 25.81%
B = 41.56%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC88DB (or 0xAC88DB) is known color: Biloba Flower. HEX triplet: AC, 88 and DB. RGB value is (172,136,219). Sum of RGB (Red+Green+Blue) = 172+136+219=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC88DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88DB is #537724. Grayscale: #9B9B9B. Windows color (decimal): -5469989 or 14387372. OLE color: 14387372.

HSL color Cylindrical-coordinate representation of color #AC88DB: hue angle of 266.02º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC88DB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 136 219 -
CMYK 0.21 0.38 0 0.14
HSL 266.02º 0.54% 0.7% -
HSV(B) 266.02º 0.38% 0.86% -
XYZ 38.6 31.49 71.06 -
YUV 156.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 172 136 219 0.21 0.38 0 0.14 266.02 0.54 0.7
Hex AC 88 DB 15 26 0 E 10A 36 46
Octal 254 210 333 25 46 0 16 412 66 106
Binary 10101100 10001000 11011011 10101 100110 0 1110 100001010 110110 1000110

Color Harmonies of #AC88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC88DB

Black with #AC88DB

Text Example


Text Example

White with #AC88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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