#AF95EE

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

Shades of Biloba Flower #AF95EE

Tints of Biloba Flower #AF95EE

Color information

#AF95EE (or 0xAF95EE) is unknown color: approx Biloba Flower. HEX triplet: AF, 95 and EE. RGB value is (175,149,238). Sum of RGB (Red+Green+Blue) = 175+149+238=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF95EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF95EE is #506A11. Grayscale: #A6A6A6. Windows color (decimal): -5270034 or 15635887. OLE color: 15635887.

HSL color Cylindrical-coordinate representation of color #AF95EE: hue angle of 257.53º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF95EE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175149238-
CMYK0.260.3700.07
HSL257.53º72.36%75.88%-
HSV(B)257.53º37.39%93.33%-
XYZ43.8636.7885.68-
YUV166.92168.11133.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=31.14%
G=26.51%
B=42.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751492380.260.3700.07257.5372.3675.88
HexAF95EE1A2507102484c
Octal257225356324507402110114
Binary10101111100101011110111011010100101011110000001010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95EE; }

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

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

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

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

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

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

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

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