#AF95E6

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

Shades of Biloba Flower #AF95E6

Tints of Biloba Flower #AF95E6

Color information

#AF95E6 (or 0xAF95E6) is unknown color: approx Biloba Flower. HEX triplet: AF, 95 and E6. RGB value is (175,149,230). Sum of RGB (Red+Green+Blue) = 175+149+230=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF95E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF95E6 is #506A19. Grayscale: #A5A5A5. Windows color (decimal): -5270042 or 15111599. OLE color: 15111599.

HSL color Cylindrical-coordinate representation of color #AF95E6: hue angle of 259.26º degrees, saturation: 0.62, 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 #AF95E6 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175149230-
CMYK0.240.3500.10
HSL259.26º61.83%74.31%-
HSV(B)259.26º35.22%90.2%-
XYZ42.7136.3279.62-
YUV166.01164.11134.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 230 (90.23% from 255) = 41.52%
R=31.59%
G=26.90%
B=41.52%

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
Decimal1751492300.240.3500.10259.2661.8374.31
HexAF95E618230A1033e4a
Octal257225346304301240376112
Binary10101111100101011110011011000100011010101000000111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95E6; }

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

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

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

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

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

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

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

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