#AFA2D6

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

Shades of Biloba Flower #AFA2D6

Tints of Biloba Flower #AFA2D6

Color information

#AFA2D6 (or 0xAFA2D6) is unknown color: approx Biloba Flower. HEX triplet: AF, A2 and D6. RGB value is (175,162,214). Sum of RGB (Red+Green+Blue) = 175+162+214=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFA2D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2D6 is #505D29. Grayscale: #ABABAB. Windows color (decimal): -5266730 or 14066351. OLE color: 14066351.

HSL color Cylindrical-coordinate representation of color #AFA2D6: hue angle of 255º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFA2D6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175162214-
CMYK0.180.2400.16
HSL255º38.81%73.73%-
HSV(B)255º24.3%83.92%-
XYZ42.7439.8169.05-
YUV171.82151.81130.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 214 (83.98% from 255) = 38.84%
R=31.76%
G=29.40%
B=38.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751622140.180.2400.1625538.8173.73
HexAFA2D61218010ff274a
Octal257242326223002037747112
Binary1010111110100010110101101001011000010000111111111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2D6; }

 p { color: rgb(175,162,214); }

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

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

 a { background-color: rgb(175,162,214); }

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

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

 span { border-color: rgb(175,162,214); }

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