#AF9AFD

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

Shades of Biloba Flower #AF9AFD

Tints of Biloba Flower #AF9AFD

Color information

#AF9AFD (or 0xAF9AFD) is unknown color: approx Biloba Flower. HEX triplet: AF, 9A and FD. RGB value is (175,154,253). Sum of RGB (Red+Green+Blue) = 175+154+253=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF9AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9AFD is #506502. Grayscale: #ABABAB. Windows color (decimal): -5268739 or 16620207. OLE color: 16620207.

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

Color convert

RGB175154253-
CMYK0.310.3900.01
HSL252.73º96.12%79.8%-
HSV(B)252.73º39.13%99.22%-
XYZ46.9639.3298.04-
YUV171.56173.96130.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=30.07%
G=26.46%
B=43.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751542530.310.3900.01252.7396.1279.8
HexAF9AFD1F2701fd6050
Octal257232375374701375140120
Binary10101111100110101111110111111100111011111110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AFD; }

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

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

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

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

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

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

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

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