#AF8FF3

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

Shades of Biloba Flower #AF8FF3

Tints of Biloba Flower #AF8FF3

Color information

#AF8FF3 (or 0xAF8FF3) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and F3. RGB value is (175,143,243). Sum of RGB (Red+Green+Blue) = 175+143+243=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF8FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FF3 is #50700C. Grayscale: #A3A3A3. Windows color (decimal): -5271565 or 15962031. OLE color: 15962031.

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

Color convert

RGB175143243-
CMYK0.280.4100.05
HSL259.2º80.65%75.69%-
HSV(B)259.2º41.15%95.29%-
XYZ43.6835.2389.29-
YUV163.97172.6135.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 143 (56.25% from 255) = 25.49%
BLUE value IS 243 (95.31% from 255) = 43.32%
R=31.19%
G=25.49%
B=43.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751432430.280.4100.05259.280.6575.69
HexAF8FF31C2905103514c
Octal257217363345105403121114
Binary10101111100011111111001111100101001010110000001110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FF3; }

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

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

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

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

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

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

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

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