#AD8BCF

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

Shades of Biloba Flower #AD8BCF

Tints of Biloba Flower #AD8BCF

Color information

#AD8BCF (or 0xAD8BCF) is unknown color: approx Biloba Flower. HEX triplet: AD, 8B and CF. RGB value is (173,139,207). Sum of RGB (Red+Green+Blue) = 173+139+207=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD8BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8BCF is #527430. Grayscale: #9C9C9C. Windows color (decimal): -5403697 or 13601709. OLE color: 13601709.

HSL color Cylindrical-coordinate representation of color #AD8BCF: hue angle of 270º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD8BCF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173139207-
CMYK0.160.3300.19
HSL270º41.46%67.84%-
HSV(B)270º32.85%81.18%-
XYZ37.7331.8563.19-
YUV156.92156.26139.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=33.33%
G=26.78%
B=39.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731392070.160.3300.1927041.4667.84
HexAD8BCF102101310e2944
Octal255213317204102341651104
Binary101011011000101111001111100001000010100111000011101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8BCF; }

 p { color: rgb(173,139,207); }

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

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

 a { background-color: rgb(173,139,207); }

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

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

 span { border-color: rgb(173,139,207); }

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