#AF8AF4

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

Shades of Biloba Flower #AF8AF4

Tints of Biloba Flower #AF8AF4

Color information

#AF8AF4 (or 0xAF8AF4) is unknown color: approx Biloba Flower. HEX triplet: AF, 8A and F4. RGB value is (175,138,244). Sum of RGB (Red+Green+Blue) = 175+138+244=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF8AF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8AF4 is #50750B. Grayscale: #A0A0A0. Windows color (decimal): -5272844 or 16026287. OLE color: 16026287.

HSL color Cylindrical-coordinate representation of color #AF8AF4: hue angle of 260.94º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8AF4 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175138244-
CMYK0.280.4300.04
HSL260.94º82.81%74.9%-
HSV(B)260.94º43.44%95.69%-
XYZ43.133.8289.84-
YUV161.15174.76137.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 244 (95.70% from 255) = 43.81%
R=31.42%
G=24.78%
B=43.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751382440.280.4300.04260.9482.8174.9
HexAF8AF41C2B04105534b
Octal257212364345304405123113
Binary10101111100010101111010011100101011010010000010110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AF4; }

 p { color: rgb(175,138,244); }

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

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

 a { background-color: rgb(175,138,244); }

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

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

 span { border-color: rgb(175,138,244); }

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