#AC8ACD

Color #AC8ACD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AC8ACD

Tints of Biloba Flower #AC8ACD

Color information

#AC8ACD (or 0xAC8ACD) is unknown color: approx Biloba Flower. HEX triplet: AC, 8A and CD. RGB value is (172,138,205). Sum of RGB (Red+Green+Blue) = 172+138+205=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ACD is #537532. Grayscale: #9B9B9B. Windows color (decimal): -5469491 or 13470380. OLE color: 13470380.

HSL color Cylindrical-coordinate representation of color #AC8ACD: hue angle of 270.45º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8ACD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172138205-
CMYK0.160.3300.20
HSL270.45º40.12%67.25%-
HSV(B)270.45º32.68%80.39%-
XYZ37.1231.3661.85-
YUV155.8155.76139.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=33.40%
G=26.80%
B=39.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721382050.160.3300.20270.4540.1267.25
HexAC8ACD102101410e2843
Octal254212315204102441650103
Binary101011001000101011001101100001000010101001000011101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8ACD; }

 p { color: rgb(172,138,205); }

 H1.HeaderClassName
 {
   color: #AC8ACD;
 }
 .AnyTagClassName
 {
   color: #AC8ACD;
 }
</style>
background-color css

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

 a { background-color: rgb(172,138,205); }

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

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

 span { border-color: rgb(172,138,205); }

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