#AF94CE

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

Shades of Biloba Flower #AF94CE

Tints of Biloba Flower #AF94CE

Color information

#AF94CE (or 0xAF94CE) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and CE. RGB value is (175,148,206). Sum of RGB (Red+Green+Blue) = 175+148+206=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF94CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94CE is #506B31. Grayscale: #A2A2A2. Windows color (decimal): -5270322 or 13538479. OLE color: 13538479.

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

Color convert

RGB175148206-
CMYK0.150.2800.19
HSL267.93º37.18%69.41%-
HSV(B)267.93º28.16%80.78%-
XYZ39.4134.7563.02-
YUV162.68152.45136.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=33.08%
G=27.98%
B=38.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751482060.150.2800.19267.9337.1869.41
HexAF94CEF1C01310c2545
Octal257224316173402341445105
Binary1010111110010100110011101111111000100111000011001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94CE; }

 p { color: rgb(175,148,206); }

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

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

 a { background-color: rgb(175,148,206); }

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

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

 span { border-color: rgb(175,148,206); }

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