Html Css Color HEX #AC88D2 Biloba Flower

📋 copy color: '#AC88D2'

red 172 ◦ green 136 ◦ blue 210

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

Shades of Biloba Flower #AC88D2

Tints of Biloba Flower #AC88D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.54%

R = 33.2%
G = 26.25%
B = 40.54%

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

#AC88D2 (or 0xAC88D2) is known color: Biloba Flower. HEX triplet: AC, 88 and D2. RGB value is (172,136,210). Sum of RGB (Red+Green+Blue) = 172+136+210=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC88D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88D2 is #53772D. Grayscale: #9A9A9A. Windows color (decimal): -5469998 or 13797548. OLE color: 13797548.

HSL color Cylindrical-coordinate representation of color #AC88D2: hue angle of 269.19º degrees, saturation: 0.45, 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 #AC88D2 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 136 210 -
CMYK 0.18 0.35 0 0.18
HSL 269.19º 0.45% 0.68% -
HSV(B) 269.19º 0.35% 0.82% -
XYZ 37.45 31.03 64.99 -
YUV 155.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 172 136 210 0.18 0.35 0 0.18 269.19 0.45 0.68
Hex AC 88 D2 12 23 0 12 10D 2D 44
Octal 254 210 322 22 43 0 22 415 55 104
Binary 10101100 10001000 11010010 10010 100011 0 10010 100001101 101101 1000100

Color Harmonies of #AC88D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC88D2

Black with #AC88D2

Text Example


Text Example

White with #AC88D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC88D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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