#AF93CF

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

Shades of Biloba Flower #AF93CF

Tints of Biloba Flower #AF93CF

Color information

#AF93CF (or 0xAF93CF) is unknown color: approx Biloba Flower. HEX triplet: AF, 93 and CF. RGB value is (175,147,207). Sum of RGB (Red+Green+Blue) = 175+147+207=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93CF is #506C30. Grayscale: #A2A2A2. Windows color (decimal): -5270577 or 13603759. OLE color: 13603759.

HSL color Cylindrical-coordinate representation of color #AF93CF: hue angle of 268º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF93CF is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175147207-
CMYK0.150.2900.19
HSL268º38.46%69.41%-
HSV(B)268º28.99%81.18%-
XYZ39.3834.4963.61-
YUV162.21153.28137.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 147 (57.81% from 255) = 27.79%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=33.08%
G=27.79%
B=39.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751472070.150.2900.1926838.4669.41
HexAF93CFF1D01310c2645
Octal257223317173502341446105
Binary1010111110010011110011111111111010100111000011001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93CF; }

 p { color: rgb(175,147,207); }

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

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

 a { background-color: rgb(175,147,207); }

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

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

 span { border-color: rgb(175,147,207); }

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