#AF99FD

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

Shades of Biloba Flower #AF99FD

Tints of Biloba Flower #AF99FD

Color information

#AF99FD (or 0xAF99FD) is unknown color: approx Biloba Flower. HEX triplet: AF, 99 and FD. RGB value is (175,153,253). Sum of RGB (Red+Green+Blue) = 175+153+253=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF99FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99FD is #506602. Grayscale: #AAAAAA. Windows color (decimal): -5268995 or 16619951. OLE color: 16619951.

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

Color convert

RGB175153253-
CMYK0.310.4000.01
HSL253.2º96.15%79.61%-
HSV(B)253.2º39.53%99.22%-
XYZ46.838.9997.99-
YUV170.98174.29130.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=30.12%
G=26.33%
B=43.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751532530.310.4000.01253.296.1579.61
HexAF99FD1F2801fd6050
Octal257231375375001375140120
Binary10101111100110011111110111111101000011111110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF99FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF99FD; }

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

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

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

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

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

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

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

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