#AF90CD

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

Shades of Biloba Flower #AF90CD

Tints of Biloba Flower #AF90CD

Color information

#AF90CD (or 0xAF90CD) is unknown color: approx Biloba Flower. HEX triplet: AF, 90 and CD. RGB value is (175,144,205). Sum of RGB (Red+Green+Blue) = 175+144+205=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF90CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90CD is #506F32. Grayscale: #A0A0A0. Windows color (decimal): -5271347 or 13471919. OLE color: 13471919.

HSL color Cylindrical-coordinate representation of color #AF90CD: hue angle of 270.49º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF90CD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175144205-
CMYK0.150.3000.20
HSL270.49º37.89%68.43%-
HSV(B)270.49º29.76%80.39%-
XYZ38.6733.4762.18-
YUV160.22153.27138.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=33.40%
G=27.48%
B=39.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751442050.150.3000.20270.4937.8968.43
HexAF90CDF1E01410e2644
Octal257220315173602441646104
Binary1010111110010000110011011111111100101001000011101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90CD; }

 p { color: rgb(175,144,205); }

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

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

 a { background-color: rgb(175,144,205); }

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

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

 span { border-color: rgb(175,144,205); }

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