Html Css Color HEX #AC88CF Biloba Flower

📋 copy color: '#AC88CF'

red 172 ◦ green 136 ◦ blue 207

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

Shades of Biloba Flower #AC88CF

Tints of Biloba Flower #AC88CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 33.4%
G = 26.41%
B = 40.19%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC88CF (or 0xAC88CF) is known color: Biloba Flower. HEX triplet: AC, 88 and CF. RGB value is (172,136,207). Sum of RGB (Red+Green+Blue) = 172+136+207=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC88CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88CF is #537730. Grayscale: #9A9A9A. Windows color (decimal): -5470001 or 13600940. OLE color: 13600940.

HSL color Cylindrical-coordinate representation of color #AC88CF: hue angle of 270.42º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC88CF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 136 207 -
CMYK 0.17 0.34 0 0.19
HSL 270.42º 0.43% 0.67% -
HSV(B) 270.42º 0.34% 0.81% -
XYZ 37.08 30.88 63.04 -
YUV 154.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 172 136 207 0.17 0.34 0 0.19 270.42 0.43 0.67
Hex AC 88 CF 11 22 0 13 10E 2B 43
Octal 254 210 317 21 42 0 23 416 53 103
Binary 10101100 10001000 11001111 10001 100010 0 10011 100001110 101011 1000011

Color Harmonies of #AC88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC88CF

Black with #AC88CF

Text Example


Text Example

White with #AC88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC88CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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