#AF90CE

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

Shades of Biloba Flower #AF90CE

Tints of Biloba Flower #AF90CE

Color information

#AF90CE (or 0xAF90CE) is unknown color: approx Biloba Flower. HEX triplet: AF, 90 and CE. RGB value is (175,144,206). Sum of RGB (Red+Green+Blue) = 175+144+206=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90CE is #506F31. Grayscale: #A0A0A0. Windows color (decimal): -5271346 or 13537455. OLE color: 13537455.

HSL color Cylindrical-coordinate representation of color #AF90CE: hue angle of 270º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF90CE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175144206-
CMYK0.150.3000.19
HSL270º38.75%68.63%-
HSV(B)270º30.1%80.78%-
XYZ38.7933.5262.82-
YUV160.34153.77138.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=33.33%
G=27.43%
B=39.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751442060.150.3000.1927038.7568.63
HexAF90CEF1E01310e2745
Octal257220316173602341647105
Binary1010111110010000110011101111111100100111000011101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90CE; }

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

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

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

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

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

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

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

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