#AF93CA

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

Shades of Biloba Flower #AF93CA

Tints of Biloba Flower #AF93CA

Color information

#AF93CA (or 0xAF93CA) is unknown color: approx Biloba Flower. HEX triplet: AF, 93 and CA. RGB value is (175,147,202). Sum of RGB (Red+Green+Blue) = 175+147+202=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF93CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93CA is #506C35. Grayscale: #A1A1A1. Windows color (decimal): -5270582 or 13276079. OLE color: 13276079.

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

Color convert

RGB175147202-
CMYK0.130.2700.21
HSL270.55º34.16%68.43%-
HSV(B)270.55º27.23%79.22%-
XYZ38.7734.2560.44-
YUV161.64150.78137.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=33.40%
G=28.05%
B=38.55%

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
Decimal1751472020.130.2700.21270.5534.1668.43
HexAF93CAD1B01510f2244
Octal257223312153302541742104
Binary1010111110010011110010101101110110101011000011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93CA; }

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

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

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

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

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

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

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

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