#AF95D8

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

Shades of Biloba Flower #AF95D8

Tints of Biloba Flower #AF95D8

Color information

#AF95D8 (or 0xAF95D8) is unknown color: approx Biloba Flower. HEX triplet: AF, 95 and D8. RGB value is (175,149,216). Sum of RGB (Red+Green+Blue) = 175+149+216=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF95D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95D8 is #506A27. Grayscale: #A4A4A4. Windows color (decimal): -5270056 or 14194095. OLE color: 14194095.

HSL color Cylindrical-coordinate representation of color #AF95D8: hue angle of 263.28º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF95D8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175149216-
CMYK0.190.3100.15
HSL263.28º46.21%71.57%-
HSV(B)263.28º31.02%84.71%-
XYZ40.8235.5769.68-
YUV164.41157.11135.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 216 (84.77% from 255) = 40%
R=32.41%
G=27.59%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751492160.190.3100.15263.2846.2171.57
HexAF95D8131F0F1072e48
Octal257225330233701740756110
Binary1010111110010101110110001001111111011111000001111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95D8; }

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

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

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

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

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

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

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

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