#AF86D6

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

Shades of Biloba Flower #AF86D6

Tints of Biloba Flower #AF86D6

Color information

#AF86D6 (or 0xAF86D6) is unknown color: approx Biloba Flower. HEX triplet: AF, 86 and D6. RGB value is (175,134,214). Sum of RGB (Red+Green+Blue) = 175+134+214=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF86D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86D6 is #507929. Grayscale: #9B9B9B. Windows color (decimal): -5273898 or 14059183. OLE color: 14059183.

HSL color Cylindrical-coordinate representation of color #AF86D6: hue angle of 270.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF86D6 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175134214-
CMYK0.180.3700.16
HSL270.75º49.38%68.24%-
HSV(B)270.75º37.38%83.92%-
XYZ38.3431.0267.58-
YUV155.38161.08142-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 134 (52.73% from 255) = 25.62%
BLUE value IS 214 (83.98% from 255) = 40.92%
R=33.46%
G=25.62%
B=40.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751342140.180.3700.16270.7549.3868.24
HexAF86D6122501010f3144
Octal257206326224502041761104
Binary101011111000011011010110100101001010100001000011111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF86D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF86D6; }

 p { color: rgb(175,134,214); }

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

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

 a { background-color: rgb(175,134,214); }

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

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

 span { border-color: rgb(175,134,214); }

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