#AF95DA

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

Shades of Biloba Flower #AF95DA

Tints of Biloba Flower #AF95DA

Color information

#AF95DA (or 0xAF95DA) is unknown color: approx Biloba Flower. HEX triplet: AF, 95 and DA. RGB value is (175,149,218). Sum of RGB (Red+Green+Blue) = 175+149+218=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF95DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95DA is #506A25. Grayscale: #A4A4A4. Windows color (decimal): -5270054 or 14325167. OLE color: 14325167.

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

Color convert

RGB175149218-
CMYK0.200.3200.15
HSL262.61º48.25%71.96%-
HSV(B)262.61º31.65%85.49%-
XYZ41.0835.6771.05-
YUV164.64158.11135.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=32.29%
G=27.49%
B=40.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751492180.200.3200.15262.6148.2571.96
HexAF95DA14200F1073048
Octal257225332244001740760110
Binary10101111100101011101101010100100000011111000001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95DA; }

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

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

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

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

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

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

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

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