#AF94FD

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

Shades of Biloba Flower #AF94FD

Tints of Biloba Flower #AF94FD

Color information

#AF94FD (or 0xAF94FD) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and FD. RGB value is (175,148,253). Sum of RGB (Red+Green+Blue) = 175+148+253=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF94FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94FD is #506B02. Grayscale: #A7A7A7. Windows color (decimal): -5270275 or 16618671. OLE color: 16618671.

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

Color convert

RGB175148253-
CMYK0.310.4200.01
HSL255.43º96.33%78.63%-
HSV(B)255.43º41.5%99.22%-
XYZ4637.3997.72-
YUV168.04175.95132.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=30.38%
G=25.69%
B=43.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751482530.310.4200.01255.4396.3378.63
HexAF94FD1F2A01ff604f
Octal257224375375201377140117
Binary10101111100101001111110111111101010011111111111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94FD; }

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

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

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

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

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

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

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

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