#AF94E0

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

Shades of Biloba Flower #AF94E0

Tints of Biloba Flower #AF94E0

Color information

#AF94E0 (or 0xAF94E0) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and E0. RGB value is (175,148,224). Sum of RGB (Red+Green+Blue) = 175+148+224=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF94E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94E0 is #506B1F. Grayscale: #A4A4A4. Windows color (decimal): -5270304 or 14718127. OLE color: 14718127.

HSL color Cylindrical-coordinate representation of color #AF94E0: hue angle of 261.32º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF94E0 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175148224-
CMYK0.220.3400.12
HSL261.32º55.07%72.94%-
HSV(B)261.32º33.93%87.84%-
XYZ41.7235.6875.21-
YUV164.74161.45135.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 224 (87.89% from 255) = 40.95%
R=31.99%
G=27.06%
B=40.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751482240.220.3400.12261.3255.0772.94
HexAF94E016220C1053749
Octal257224340264201440567111
Binary10101111100101001110000010110100010011001000001011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94E0; }

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

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

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

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

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

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

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

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