#AF85DD

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

Shades of Biloba Flower #AF85DD

Tints of Biloba Flower #AF85DD

Color information

#AF85DD (or 0xAF85DD) is unknown color: approx Biloba Flower. HEX triplet: AF, 85 and DD. RGB value is (175,133,221). Sum of RGB (Red+Green+Blue) = 175+133+221=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85DD is #507A22. Grayscale: #9B9B9B. Windows color (decimal): -5274147 or 14517679. OLE color: 14517679.

HSL color Cylindrical-coordinate representation of color #AF85DD: hue angle of 268.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF85DD is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175133221-
CMYK0.210.4000.13
HSL268.64º56.41%69.41%-
HSV(B)268.64º39.82%86.67%-
XYZ39.1231.1172.35-
YUV155.59164.91141.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=33.08%
G=25.14%
B=41.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751332210.210.4000.13268.6456.4169.41
HexAF85DD15280D10d3845
Octal257205335255001541570105
Binary10101111100001011101110110101101000011011000011011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF85DD; }

 p { color: rgb(175,133,221); }

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

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

 a { background-color: rgb(175,133,221); }

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

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

 span { border-color: rgb(175,133,221); }

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