#AFA4DA

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

Shades of Biloba Flower #AFA4DA

Tints of Biloba Flower #AFA4DA

Color information

#AFA4DA (or 0xAFA4DA) is unknown color: approx Biloba Flower. HEX triplet: AF, A4 and DA. RGB value is (175,164,218). Sum of RGB (Red+Green+Blue) = 175+164+218=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFA4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4DA is #505B25. Grayscale: #ADADAD. Windows color (decimal): -5266214 or 14329007. OLE color: 14329007.

HSL color Cylindrical-coordinate representation of color #AFA4DA: hue angle of 252.22º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA4DA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175164218-
CMYK0.200.2500.15
HSL252.22º42.19%74.9%-
HSV(B)252.22º24.77%85.49%-
XYZ43.6140.7371.89-
YUV173.44153.14129.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=31.42%
G=29.44%
B=39.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751642180.200.2500.15252.2242.1974.9
HexAFA4DA14190Ffc2a4b
Octal257244332243101737452113
Binary101011111010010011011010101001100101111111111001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4DA; }

 p { color: rgb(175,164,218); }

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

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

 a { background-color: rgb(175,164,218); }

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

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

 span { border-color: rgb(175,164,218); }

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