#AF7DDC

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

Shades of Biloba Flower #AF7DDC

Tints of Biloba Flower #AF7DDC

Color information

#AF7DDC (or 0xAF7DDC) is unknown color: approx Biloba Flower. HEX triplet: AF, 7D and DC. RGB value is (175,125,220). Sum of RGB (Red+Green+Blue) = 175+125+220=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DDC is #508223. Grayscale: #969696. Windows color (decimal): -5276196 or 14450095. OLE color: 14450095.

HSL color Cylindrical-coordinate representation of color #AF7DDC: hue angle of 271.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7DDC is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175125220-
CMYK0.200.4300.14
HSL271.58º57.58%67.65%-
HSV(B)271.58º43.18%86.27%-
XYZ37.9328.9571.3-
YUV150.78167.06145.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=33.65%
G=24.04%
B=42.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751252200.200.4300.14271.5857.5867.65
HexAF7DDC142B0E1103a44
Octal257175334245301642072104
Binary1010111111111011101110010100101011011101000100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DDC; }

 p { color: rgb(175,125,220); }

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

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

 a { background-color: rgb(175,125,220); }

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

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

 span { border-color: rgb(175,125,220); }

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