#AF9CED

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

Shades of Biloba Flower #AF9CED

Tints of Biloba Flower #AF9CED

Color information

#AF9CED (or 0xAF9CED) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and ED. RGB value is (175,156,237). Sum of RGB (Red+Green+Blue) = 175+156+237=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9CED is #506312. Grayscale: #AAAAAA. Windows color (decimal): -5268243 or 15572143. OLE color: 15572143.

HSL color Cylindrical-coordinate representation of color #AF9CED: hue angle of 254.07º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF9CED is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175156237-
CMYK0.260.3400.07
HSL254.07º69.23%77.06%-
HSV(B)254.07º34.18%92.94%-
XYZ44.8539.0185.29-
YUV170.92165.29130.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 156 (61.33% from 255) = 27.46%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=30.81%
G=27.46%
B=41.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751562370.260.3400.07254.0769.2377.06
HexAF9CED1A2207fe454d
Octal257234355324207376105115
Binary1010111110011100111011011101010001001111111111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CED; }

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

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

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

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

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

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

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

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