#AF94CA

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

Shades of Biloba Flower #AF94CA

Tints of Biloba Flower #AF94CA

Color information

#AF94CA (or 0xAF94CA) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and CA. RGB value is (175,148,202). Sum of RGB (Red+Green+Blue) = 175+148+202=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF94CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94CA is #506B35. Grayscale: #A2A2A2. Windows color (decimal): -5270326 or 13276335. OLE color: 13276335.

HSL color Cylindrical-coordinate representation of color #AF94CA: hue angle of 270º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF94CA is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175148202-
CMYK0.130.2700.21
HSL270º33.75%68.63%-
HSV(B)270º26.73%79.22%-
XYZ38.9334.5660.5-
YUV162.23150.45137.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=33.33%
G=28.19%
B=38.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751482020.130.2700.2127033.7568.63
HexAF94CAD1B01510e2245
Octal257224312153302541642105
Binary1010111110010100110010101101110110101011000011101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94CA; }

 p { color: rgb(175,148,202); }

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

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

 a { background-color: rgb(175,148,202); }

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

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

 span { border-color: rgb(175,148,202); }

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