#AF97DC

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

Shades of Biloba Flower #AF97DC

Tints of Biloba Flower #AF97DC

Color information

#AF97DC (or 0xAF97DC) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and DC. RGB value is (175,151,220). Sum of RGB (Red+Green+Blue) = 175+151+220=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF97DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97DC is #506823. Grayscale: #A5A5A5. Windows color (decimal): -5269540 or 14456751. OLE color: 14456751.

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

Color convert

RGB175151220-
CMYK0.200.3100.14
HSL260.87º49.64%72.75%-
HSV(B)260.87º31.36%86.27%-
XYZ41.6636.4172.54-
YUV166.04158.45134.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=32.05%
G=27.66%
B=40.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751512200.200.3100.14260.8749.6472.75
HexAF97DC141F0E1053249
Octal257227334243701640562111
Binary1010111110010111110111001010011111011101000001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97DC; }

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

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

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

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

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

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

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

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