#AF9CD8

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

Shades of Biloba Flower #AF9CD8

Tints of Biloba Flower #AF9CD8

Color information

#AF9CD8 (or 0xAF9CD8) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and D8. RGB value is (175,156,216). Sum of RGB (Red+Green+Blue) = 175+156+216=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF9CD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CD8 is #506327. Grayscale: #A8A8A8. Windows color (decimal): -5268264 or 14195887. OLE color: 14195887.

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

Color convert

RGB175156216-
CMYK0.190.2800.15
HSL259º43.48%72.94%-
HSV(B)259º27.78%84.71%-
XYZ41.9637.8570.06-
YUV168.52154.79132.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=31.99%
G=28.52%
B=39.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751562160.190.2800.1525943.4872.94
HexAF9CD8131C0F1032b49
Octal257234330233401740353111
Binary1010111110011100110110001001111100011111000000111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CD8; }

 p { color: rgb(175,156,216); }

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

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

 a { background-color: rgb(175,156,216); }

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

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

 span { border-color: rgb(175,156,216); }

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