#AF9EF3

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

Shades of Biloba Flower #AF9EF3

Tints of Biloba Flower #AF9EF3

Color information

#AF9EF3 (or 0xAF9EF3) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and F3. RGB value is (175,158,243). Sum of RGB (Red+Green+Blue) = 175+158+243=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF9EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EF3 is #50610C. Grayscale: #ACACAC. Windows color (decimal): -5267725 or 15965871. OLE color: 15965871.

HSL color Cylindrical-coordinate representation of color #AF9EF3: hue angle of 252º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF9EF3 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175158243-
CMYK0.280.3500.05
HSL252º77.98%78.63%-
HSV(B)252º34.98%95.29%-
XYZ46.0840.0490.09-
YUV172.77167.63129.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 158 (62.11% from 255) = 27.43%
BLUE value IS 243 (95.31% from 255) = 42.19%
R=30.38%
G=27.43%
B=42.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751582430.280.3500.0525277.9878.63
HexAF9EF31C2305fc4e4f
Octal257236363344305374116117
Binary1010111110011110111100111110010001101011111110010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EF3; }

 p { color: rgb(175,158,243); }

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

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

 a { background-color: rgb(175,158,243); }

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

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

 span { border-color: rgb(175,158,243); }

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