#AF92DC

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

Shades of Biloba Flower #AF92DC

Tints of Biloba Flower #AF92DC

Color information

#AF92DC (or 0xAF92DC) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and DC. RGB value is (175,146,220). Sum of RGB (Red+Green+Blue) = 175+146+220=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF92DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92DC is #506D23. Grayscale: #A2A2A2. Windows color (decimal): -5270820 or 14455471. OLE color: 14455471.

HSL color Cylindrical-coordinate representation of color #AF92DC: hue angle of 263.51º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF92DC is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175146220-
CMYK0.200.3400.14
HSL263.51º51.39%71.76%-
HSV(B)263.51º33.64%86.27%-
XYZ40.8834.8472.28-
YUV163.11160.11136.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=32.35%
G=26.99%
B=40.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751462200.200.3400.14263.5151.3971.76
HexAF92DC14220E1083348
Octal257222334244201641063110
Binary10101111100100101101110010100100010011101000010001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92DC; }

 p { color: rgb(175,146,220); }

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

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

 a { background-color: rgb(175,146,220); }

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

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

 span { border-color: rgb(175,146,220); }

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