#AF8FEA

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

Shades of Biloba Flower #AF8FEA

Tints of Biloba Flower #AF8FEA

Color information

#AF8FEA (or 0xAF8FEA) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and EA. RGB value is (175,143,234). Sum of RGB (Red+Green+Blue) = 175+143+234=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF8FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FEA is #507015. Grayscale: #A2A2A2. Windows color (decimal): -5271574 or 15372207. OLE color: 15372207.

HSL color Cylindrical-coordinate representation of color #AF8FEA: hue angle of 261.1º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF8FEA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175143234-
CMYK0.250.3900.08
HSL261.1º68.42%73.92%-
HSV(B)261.1º38.89%91.76%-
XYZ42.3534.782.31-
YUV162.94168.1136.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 143 (56.25% from 255) = 25.91%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=31.70%
G=25.91%
B=42.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751432340.250.3900.08261.168.4273.92
HexAF8FEA192708105444a
Octal2572173523147010405104112
Binary101011111000111111101010110011001110100010000010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FEA; }

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

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

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

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

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

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

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

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