#AF8ADD

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

Shades of Biloba Flower #AF8ADD

Tints of Biloba Flower #AF8ADD

Color information

#AF8ADD (or 0xAF8ADD) is unknown color: approx Biloba Flower. HEX triplet: AF, 8A and DD. RGB value is (175,138,221). Sum of RGB (Red+Green+Blue) = 175+138+221=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ADD is #507522. Grayscale: #9E9E9E. Windows color (decimal): -5272867 or 14518959. OLE color: 14518959.

HSL color Cylindrical-coordinate representation of color #AF8ADD: hue angle of 266.75º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF8ADD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175138221-
CMYK0.210.3800.13
HSL266.75º54.97%70.39%-
HSV(B)266.75º37.56%86.67%-
XYZ39.8232.5172.58-
YUV158.52163.26139.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=32.77%
G=25.84%
B=41.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751382210.210.3800.13266.7554.9770.39
HexAF8ADD15260D10b3746
Octal257212335254601541367106
Binary10101111100010101101110110101100110011011000010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8ADD; }

 p { color: rgb(175,138,221); }

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

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

 a { background-color: rgb(175,138,221); }

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

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

 span { border-color: rgb(175,138,221); }

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