#AF94FF

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

Shades of Biloba Flower #AF94FF

Tints of Biloba Flower #AF94FF

Color information

#AF94FF (or 0xAF94FF) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and FF. RGB value is (175,148,255). Sum of RGB (Red+Green+Blue) = 175+148+255=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF94FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94FF is #506B00. Grayscale: #A7A7A7. Windows color (decimal): -5270273 or 16749743. OLE color: 16749743.

HSL color Cylindrical-coordinate representation of color #AF94FF: hue angle of 255.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF94FF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175148255-
CMYK0.310.4200
HSL255.14º100%79.02%-
HSV(B)255.14º41.96%100%-
XYZ46.3237.5199.41-
YUV168.27176.95132.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 255 (100% from 255) = 44.12%
R=30.28%
G=25.61%
B=44.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751482550.310.4200255.1410079.02
HexAF94FF1F2A00ff644f
Octal257224377375200377144117
Binary10101111100101001111111111111101010001111111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94FF; }

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

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

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

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

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

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

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

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