#AF94DC

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

Shades of Biloba Flower #AF94DC

Tints of Biloba Flower #AF94DC

Color information

#AF94DC (or 0xAF94DC) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and DC. RGB value is (175,148,220). Sum of RGB (Red+Green+Blue) = 175+148+220=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF94DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94DC is #506B23. Grayscale: #A4A4A4. Windows color (decimal): -5270308 or 14455983. OLE color: 14455983.

HSL color Cylindrical-coordinate representation of color #AF94DC: hue angle of 262.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF94DC is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175148220-
CMYK0.200.3300.14
HSL262.5º50.7%72.16%-
HSV(B)262.5º32.73%86.27%-
XYZ41.1935.4672.38-
YUV164.28159.45135.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=32.23%
G=27.26%
B=40.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751482200.200.3300.14262.550.772.16
HexAF94DC14210E1063348
Octal257224334244101640663110
Binary10101111100101001101110010100100001011101000001101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94DC; }

 p { color: rgb(175,148,220); }

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

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

 a { background-color: rgb(175,148,220); }

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

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

 span { border-color: rgb(175,148,220); }

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