#AC92CD

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

Shades of Biloba Flower #AC92CD

Tints of Biloba Flower #AC92CD

Color information

#AC92CD (or 0xAC92CD) is unknown color: approx Biloba Flower. HEX triplet: AC, 92 and CD. RGB value is (172,146,205). Sum of RGB (Red+Green+Blue) = 172+146+205=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC92CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC92CD is #536D32. Grayscale: #A0A0A0. Windows color (decimal): -5467443 or 13472428. OLE color: 13472428.

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

Color convert

RGB172146205-
CMYK0.160.2900.20
HSL266.44º37.11%68.82%-
HSV(B)266.44º28.78%80.39%-
XYZ38.3133.7462.25-
YUV160.5153.11136.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=32.89%
G=27.92%
B=39.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721462050.160.2900.20266.4437.1168.82
HexAC92CD101D01410a2545
Octal254222315203502441245105
Binary10101100100100101100110110000111010101001000010101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92CD; }

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

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

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

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

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

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

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

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