#AF9ED2

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

Shades of Biloba Flower #AF9ED2

Tints of Biloba Flower #AF9ED2

Color information

#AF9ED2 (or 0xAF9ED2) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and D2. RGB value is (175,158,210). Sum of RGB (Red+Green+Blue) = 175+158+210=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF9ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ED2 is #50612D. Grayscale: #A8A8A8. Windows color (decimal): -5267758 or 13803183. OLE color: 13803183.

HSL color Cylindrical-coordinate representation of color #AF9ED2: hue angle of 259.62º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF9ED2 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175158210-
CMYK0.170.2500.18
HSL259.62º36.62%72.16%-
HSV(B)259.62º24.76%82.35%-
XYZ41.5438.2266.16-
YUV169.01151.13132.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 210 (82.42% from 255) = 38.67%
R=32.23%
G=29.10%
B=38.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751582100.170.2500.18259.6236.6272.16
HexAF9ED211190121042548
Octal257236322213102240445110
Binary10101111100111101101001010001110010100101000001001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9ED2; }

 p { color: rgb(175,158,210); }

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

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

 a { background-color: rgb(175,158,210); }

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

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

 span { border-color: rgb(175,158,210); }

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