#AD92CC

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

Shades of Biloba Flower #AD92CC

Tints of Biloba Flower #AD92CC

Color information

#AD92CC (or 0xAD92CC) is unknown color: approx Biloba Flower. HEX triplet: AD, 92 and CC. RGB value is (173,146,204). Sum of RGB (Red+Green+Blue) = 173+146+204=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD92CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92CC is #526D33. Grayscale: #A0A0A0. Windows color (decimal): -5401908 or 13406893. OLE color: 13406893.

HSL color Cylindrical-coordinate representation of color #AD92CC: hue angle of 267.93º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD92CC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173146204-
CMYK0.150.2800.2
HSL267.93º36.25%68.63%-
HSV(B)267.93º28.43%80%-
XYZ38.4133.861.63-
YUV160.68152.45136.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=33.08%
G=27.92%
B=39.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731462040.150.2800.2267.9336.2568.63
HexAD92CCF1C01410c2445
Octal255222314173402441444105
Binary1010110110010010110011001111111000101001000011001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92CC; }

 p { color: rgb(173,146,204); }

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

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

 a { background-color: rgb(173,146,204); }

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

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

 span { border-color: rgb(173,146,204); }

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