#AF95DE

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

Shades of Biloba Flower #AF95DE

Tints of Biloba Flower #AF95DE

Color information

#AF95DE (or 0xAF95DE) is unknown color: approx Biloba Flower. HEX triplet: AF, 95 and DE. RGB value is (175,149,222). Sum of RGB (Red+Green+Blue) = 175+149+222=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF95DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95DE is #506A21. Grayscale: #A4A4A4. Windows color (decimal): -5270050 or 14587311. OLE color: 14587311.

HSL color Cylindrical-coordinate representation of color #AF95DE: hue angle of 261.37º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF95DE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175149222-
CMYK0.210.3300.13
HSL261.37º52.52%72.75%-
HSV(B)261.37º32.88%87.06%-
XYZ41.6135.8873.84-
YUV165.1160.11135.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=32.05%
G=27.29%
B=40.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751492220.210.3300.13261.3752.5272.75
HexAF95DE15210D1053549
Octal257225336254101540565111
Binary10101111100101011101111010101100001011011000001011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95DE; }

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

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

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

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

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

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

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

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