#AF7EDA

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

Shades of Biloba Flower #AF7EDA

Tints of Biloba Flower #AF7EDA

Color information

#AF7EDA (or 0xAF7EDA) is unknown color: approx Biloba Flower. HEX triplet: AF, 7E and DA. RGB value is (175,126,218). Sum of RGB (Red+Green+Blue) = 175+126+218=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF7EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EDA is #508125. Grayscale: #969696. Windows color (decimal): -5275942 or 14319279. OLE color: 14319279.

HSL color Cylindrical-coordinate representation of color #AF7EDA: hue angle of 271.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7EDA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175126218-
CMYK0.200.4200.15
HSL271.96º55.42%67.45%-
HSV(B)271.96º42.2%85.49%-
XYZ37.7929.169.95-
YUV151.14165.73145.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 126 (49.61% from 255) = 24.28%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=33.72%
G=24.28%
B=42.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751262180.200.4200.15271.9655.4267.45
HexAF7EDA142A0F1103743
Octal257176332245201742067103
Binary1010111111111101101101010100101010011111000100001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EDA; }

 p { color: rgb(175,126,218); }

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

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

 a { background-color: rgb(175,126,218); }

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

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

 span { border-color: rgb(175,126,218); }

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