#AF95CE

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

Shades of Biloba Flower #AF95CE

Tints of Biloba Flower #AF95CE

Color information

#AF95CE (or 0xAF95CE) is unknown color: approx Biloba Flower. HEX triplet: AF, 95 and CE. RGB value is (175,149,206). Sum of RGB (Red+Green+Blue) = 175+149+206=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF95CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95CE is #506A31. Grayscale: #A3A3A3. Windows color (decimal): -5270066 or 13538735. OLE color: 13538735.

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

Color convert

RGB175149206-
CMYK0.150.2800.19
HSL267.37º36.77%69.61%-
HSV(B)267.37º27.67%80.78%-
XYZ39.5735.0763.08-
YUV163.27152.11136.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=33.02%
G=28.11%
B=38.87%

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
Decimal1751492060.150.2800.19267.3736.7769.61
HexAF95CEF1C01310b2546
Octal257225316173402341345106
Binary1010111110010101110011101111111000100111000010111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95CE; }

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

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

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

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

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

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

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

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