#AF90CC

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

Shades of Biloba Flower #AF90CC

Tints of Biloba Flower #AF90CC

Color information

#AF90CC (or 0xAF90CC) is unknown color: approx Biloba Flower. HEX triplet: AF, 90 and CC. RGB value is (175,144,204). Sum of RGB (Red+Green+Blue) = 175+144+204=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 144 (56.64% from 255 or 27.53% 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 #AF90CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90CC is #506F33. Grayscale: #9F9F9F. Windows color (decimal): -5271348 or 13406383. OLE color: 13406383.

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

Color convert

RGB175144204-
CMYK0.140.2900.2
HSL271º37.04%68.24%-
HSV(B)271º29.41%80%-
XYZ38.5533.4261.55-
YUV160.11152.77138.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 144 (56.64% from 255) = 27.53%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=33.46%
G=27.53%
B=39.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751442040.140.2900.227137.0468.24
HexAF90CCE1D01410f2544
Octal257220314163502441745104
Binary1010111110010000110011001110111010101001000011111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90CC; }

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

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

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

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

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

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

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

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