#AF9ACD

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

Shades of Biloba Flower #AF9ACD

Tints of Biloba Flower #AF9ACD

Color information

#AF9ACD (or 0xAF9ACD) is unknown color: approx Biloba Flower. HEX triplet: AF, 9A and CD. RGB value is (175,154,205). Sum of RGB (Red+Green+Blue) = 175+154+205=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ACD is #506532. Grayscale: #A5A5A5. Windows color (decimal): -5268787 or 13474479. OLE color: 13474479.

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

Color convert

RGB175154205-
CMYK0.150.2500.20
HSL264.71º33.77%70.39%-
HSV(B)264.71º24.88%80.39%-
XYZ40.2536.6362.71-
YUV166.09149.96134.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=32.77%
G=28.84%
B=38.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751542050.150.2500.20264.7133.7770.39
HexAF9ACDF190141092246
Octal257232315173102441142106
Binary1010111110011010110011011111110010101001000010011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9ACD; }

 p { color: rgb(175,154,205); }

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

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

 a { background-color: rgb(175,154,205); }

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

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

 span { border-color: rgb(175,154,205); }

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