#AFA4D5

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

Shades of Biloba Flower #AFA4D5

Tints of Biloba Flower #AFA4D5

Color information

#AFA4D5 (or 0xAFA4D5) is unknown color: approx Biloba Flower. HEX triplet: AF, A4 and D5. RGB value is (175,164,213). Sum of RGB (Red+Green+Blue) = 175+164+213=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFA4D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4D5 is #505B2A. Grayscale: #ACACAC. Windows color (decimal): -5266219 or 14001327. OLE color: 14001327.

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

Color convert

RGB175164213-
CMYK0.180.2300.16
HSL253.47º36.84%73.92%-
HSV(B)253.47º23%83.53%-
XYZ42.9640.4768.5-
YUV172.88150.64129.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 213 (83.59% from 255) = 38.59%
R=31.70%
G=29.71%
B=38.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751642130.180.2300.16253.4736.8473.92
HexAFA4D51217010fd254a
Octal257244325222702037545112
Binary1010111110100100110101011001010111010000111111011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4D5; }

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

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

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

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

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

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

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

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