#AF9ACA

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

Shades of Biloba Flower #AF9ACA

Tints of Biloba Flower #AF9ACA

Color information

#AF9ACA (or 0xAF9ACA) is unknown color: approx Biloba Flower. HEX triplet: AF, 9A and CA. RGB value is (175,154,202). Sum of RGB (Red+Green+Blue) = 175+154+202=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF9ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ACA is #506535. Grayscale: #A5A5A5. Windows color (decimal): -5268790 or 13277871. OLE color: 13277871.

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

Color convert

RGB175154202-
CMYK0.130.2400.21
HSL266.25º31.17%69.8%-
HSV(B)266.25º23.76%79.22%-
XYZ39.936.4960.82-
YUV165.75148.46134.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=32.96%
G=29.00%
B=38.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751542020.130.2400.21266.2531.1769.8
HexAF9ACAD1801510a1f46
Octal257232312153002541237106
Binary101011111001101011001010110111000010101100001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9ACA; }

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

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

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

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

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

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

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

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