#AF9AC4

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

Shades of Biloba Flower #AF9AC4

Tints of Biloba Flower #AF9AC4

Color information

#AF9AC4 (or 0xAF9AC4) is unknown color: approx Biloba Flower. HEX triplet: AF, 9A and C4. RGB value is (175,154,196). Sum of RGB (Red+Green+Blue) = 175+154+196=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF9AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AC4 is #50653B. Grayscale: #A4A4A4. Windows color (decimal): -5268796 or 12884655. OLE color: 12884655.

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

Color convert

RGB175154196-
CMYK0.110.2100.23
HSL270º26.25%68.63%-
HSV(B)270º21.43%76.86%-
XYZ39.236.2157.15-
YUV165.07145.46135.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=33.33%
G=29.33%
B=37.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751541960.110.2100.2327026.2568.63
HexAF9AC4B1501710e1a45
Octal257232304132502741632105
Binary101011111001101011000100101110101010111100001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AC4; }

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

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

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

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

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

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

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

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