#af7ce0

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

Shades of Biloba Flower #AF7CE0

Tints of Biloba Flower #AF7CE0

Color information

#AF7CE0 (or 0xAF7CE0) is unknown color: approx Biloba Flower. HEX triplet: AF, 7C and E0. RGB value is (175,124,224). Sum of RGB (Red+Green+Blue) = 175+124+224=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF7CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CE0 is #50831F. Grayscale: #969696. Windows color (decimal): -5276448 or 14711983. OLE color: 14711983.

HSL color Cylindrical-coordinate representation of color #AF7CE0: hue angle of 270.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7CE0 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175124224-
CMYK0.220.4500.12
HSL270.6º61.73%68.24%-
HSV(B)270.6º44.64%87.84%-
XYZ38.3428.9174.08-
YUV150.65169.4145.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 124 (48.83% from 255) = 23.71%
BLUE value IS 224 (87.89% from 255) = 42.83%
R=33.46%
G=23.71%
B=42.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751242240.220.4500.12270.661.7368.24
HexAF7CE0162D0C10f3e44
Octal257174340265501441776104
Binary1010111111111001110000010110101101011001000011111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7ce0; }

 p { color: rgb(175,124,224); }

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

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

 a { background-color: rgb(175,124,224); }

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

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

 span { border-color: rgb(175,124,224); }

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