#AFA4CF

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

Shades of Biloba Flower #AFA4CF

Tints of Biloba Flower #AFA4CF

Color information

#AFA4CF (or 0xAFA4CF) is unknown color: approx Biloba Flower. HEX triplet: AF, A4 and CF. RGB value is (175,164,207). Sum of RGB (Red+Green+Blue) = 175+164+207=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFA4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4CF is #505B30. Grayscale: #ACACAC. Windows color (decimal): -5266225 or 13608111. OLE color: 13608111.

HSL color Cylindrical-coordinate representation of color #AFA4CF: hue angle of 255.35º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFA4CF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175164207-
CMYK0.150.2100.19
HSL255.35º30.94%72.75%-
HSV(B)255.35º20.77%81.18%-
XYZ42.2240.1764.56-
YUV172.19147.64130-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 164 (64.45% from 255) = 30.04%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=32.05%
G=30.04%
B=37.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751642070.150.2100.19255.3530.9472.75
HexAFA4CFF15013ff1f49
Octal257244317172502337737111
Binary10101111101001001100111111111010101001111111111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4CF; }

 p { color: rgb(175,164,207); }

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

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

 a { background-color: rgb(175,164,207); }

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

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

 span { border-color: rgb(175,164,207); }

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