#AF95E2

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

Shades of Biloba Flower #AF95E2

Tints of Biloba Flower #AF95E2

Color information

#AF95E2 (or 0xAF95E2) is unknown color: approx Biloba Flower. HEX triplet: AF, 95 and E2. RGB value is (175,149,226). Sum of RGB (Red+Green+Blue) = 175+149+226=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF95E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95E2 is #506A1D. Grayscale: #A5A5A5. Windows color (decimal): -5270046 or 14849455. OLE color: 14849455.

HSL color Cylindrical-coordinate representation of color #AF95E2: hue angle of 260.26º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF95E2 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175149226-
CMYK0.230.3400.11
HSL260.26º57.04%73.53%-
HSV(B)260.26º34.07%88.63%-
XYZ42.1536.176.7-
YUV165.55162.11134.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 226 (88.67% from 255) = 41.09%
R=31.82%
G=27.09%
B=41.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751492260.230.3400.11260.2657.0473.53
HexAF95E217220B104394a
Octal257225342274201340471112
Binary10101111100101011110001010111100010010111000001001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95E2; }

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

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

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

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

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

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

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

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