#AF8BD3

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

Shades of Biloba Flower #AF8BD3

Tints of Biloba Flower #AF8BD3

Color information

#AF8BD3 (or 0xAF8BD3) is unknown color: approx Biloba Flower. HEX triplet: AF, 8B and D3. RGB value is (175,139,211). Sum of RGB (Red+Green+Blue) = 175+139+211=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF8BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BD3 is #50742C. Grayscale: #9D9D9D. Windows color (decimal): -5272621 or 13863855. OLE color: 13863855.

HSL color Cylindrical-coordinate representation of color #AF8BD3: hue angle of 270º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8BD3 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175139211-
CMYK0.170.3400.17
HSL270º45%68.63%-
HSV(B)270º34.12%82.75%-
XYZ38.6732.2865.82-
YUV157.97157.93140.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 139 (54.69% from 255) = 26.48%
BLUE value IS 211 (82.81% from 255) = 40.19%
R=33.33%
G=26.48%
B=40.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751392110.170.3400.172704568.63
HexAF8BD3112201110e2d45
Octal257213323214202141655105
Binary101011111000101111010011100011000100100011000011101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8BD3; }

 p { color: rgb(175,139,211); }

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

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

 a { background-color: rgb(175,139,211); }

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

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

 span { border-color: rgb(175,139,211); }

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