#AF95E5

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

Shades of Biloba Flower #AF95E5

Tints of Biloba Flower #AF95E5

Color information

#AF95E5 (or 0xAF95E5) is unknown color: approx Biloba Flower. HEX triplet: AF, 95 and E5. RGB value is (175,149,229). Sum of RGB (Red+Green+Blue) = 175+149+229=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF95E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95E5 is #506A1A. Grayscale: #A5A5A5. Windows color (decimal): -5270043 or 15046063. OLE color: 15046063.

HSL color Cylindrical-coordinate representation of color #AF95E5: hue angle of 259.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF95E5 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175149229-
CMYK0.240.3500.10
HSL259.5º60.61%74.12%-
HSV(B)259.5º34.93%89.8%-
XYZ42.5736.2778.89-
YUV165.89163.61134.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=31.65%
G=26.94%
B=41.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751492290.240.3500.10259.560.6174.12
HexAF95E518230A1043d4a
Octal257225345304301240475112
Binary10101111100101011110010111000100011010101000001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95E5; }

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

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

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

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

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

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

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

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