#AF97FD

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

Shades of Biloba Flower #AF97FD

Tints of Biloba Flower #AF97FD

Color information

#AF97FD (or 0xAF97FD) is unknown color: approx Biloba Flower. HEX triplet: AF, 97 and FD. RGB value is (175,151,253). Sum of RGB (Red+Green+Blue) = 175+151+253=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF97FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF97FD is #506802. Grayscale: #A9A9A9. Windows color (decimal): -5269507 or 16619439. OLE color: 16619439.

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

Color convert

RGB175151253-
CMYK0.310.4000.01
HSL254.12º96.23%79.22%-
HSV(B)254.12º40.32%99.22%-
XYZ46.4838.3497.88-
YUV169.8174.95131.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=30.22%
G=26.08%
B=43.70%

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
Decimal1751512530.310.4000.01254.1296.2379.22
HexAF97FD1F2801fe604f
Octal257227375375001376140117
Binary10101111100101111111110111111101000011111111011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF97FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF97FD; }

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

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

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

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

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

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

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

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