#AF9AC6

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

Shades of Biloba Flower #AF9AC6

Tints of Biloba Flower #AF9AC6

Color information

#AF9AC6 (or 0xAF9AC6) is unknown color: approx Biloba Flower. HEX triplet: AF, 9A and C6. RGB value is (175,154,198). Sum of RGB (Red+Green+Blue) = 175+154+198=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF9AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AC6 is #506539. Grayscale: #A5A5A5. Windows color (decimal): -5268794 or 13015727. OLE color: 13015727.

HSL color Cylindrical-coordinate representation of color #AF9AC6: hue angle of 268.64º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF9AC6 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175154198-
CMYK0.120.2200.22
HSL268.64º27.85%69.02%-
HSV(B)268.64º22.22%77.65%-
XYZ39.4336.358.36-
YUV165.3146.46134.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=33.21%
G=29.22%
B=37.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751541980.120.2200.22268.6427.8569.02
HexAF9AC6C1601610d1c45
Octal257232306142602641534105
Binary101011111001101011000110110010110010110100001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AC6; }

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

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

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

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

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

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

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

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