#AF9CDA

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

Shades of Biloba Flower #AF9CDA

Tints of Biloba Flower #AF9CDA

Color information

#AF9CDA (or 0xAF9CDA) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and DA. RGB value is (175,156,218). Sum of RGB (Red+Green+Blue) = 175+156+218=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CDA is #506325. Grayscale: #A8A8A8. Windows color (decimal): -5268262 or 14326959. OLE color: 14326959.

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

Color convert

RGB175156218-
CMYK0.200.2800.15
HSL258.39º45.59%73.33%-
HSV(B)258.39º28.44%85.49%-
XYZ42.2237.9571.43-
YUV168.75155.79132.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=31.88%
G=28.42%
B=39.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751562180.200.2800.15258.3945.5973.33
HexAF9CDA141C0F1022e49
Octal257234332243401740256111
Binary1010111110011100110110101010011100011111000000101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CDA; }

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

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

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

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

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

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

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

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