#AF9DD0

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

Shades of Biloba Flower #AF9DD0

Tints of Biloba Flower #AF9DD0

Color information

#AF9DD0 (or 0xAF9DD0) is unknown color: approx Biloba Flower. HEX triplet: AF, 9D and D0. RGB value is (175,157,208). Sum of RGB (Red+Green+Blue) = 175+157+208=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF9DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DD0 is #50622F. Grayscale: #A8A8A8. Windows color (decimal): -5268016 or 13671855. OLE color: 13671855.

HSL color Cylindrical-coordinate representation of color #AF9DD0: hue angle of 261.18º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF9DD0 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175157208-
CMYK0.160.2500.18
HSL261.18º35.17%71.57%-
HSV(B)261.18º24.52%81.57%-
XYZ41.1237.7864.8-
YUV168.2150.46132.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 208 (81.64% from 255) = 38.52%
R=32.41%
G=29.07%
B=38.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751572080.160.2500.18261.1835.1771.57
HexAF9DD010190121052348
Octal257235320203102240543110
Binary10101111100111011101000010000110010100101000001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DD0; }

 p { color: rgb(175,157,208); }

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

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

 a { background-color: rgb(175,157,208); }

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

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

 span { border-color: rgb(175,157,208); }

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