#af6dbb

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

Shades of Fuchsia #AF6DBB

Tints of Fuchsia #AF6DBB

Color information

#AF6DBB (or 0xAF6DBB) is unknown color: approx Fuchsia. HEX triplet: AF, 6D and BB. RGB value is (175,109,187). Sum of RGB (Red+Green+Blue) = 175+109+187=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF6DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DBB is #509244. Grayscale: #898989. Windows color (decimal): -5280325 or 12283311. OLE color: 12283311.

HSL color Cylindrical-coordinate representation of color #AF6DBB: hue angle of 290.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6DBB is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175109187-
CMYK0.060.4200.27
HSL290.77º36.45%58.04%-
HSV(B)290.77º41.71%73.33%-
XYZ32.1223.6449.88-
YUV137.63155.87154.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=37.15%
G=23.14%
B=39.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751091870.060.4200.27290.7736.4558.04
HexAF6DBB62A01B123243a
Octal2571552736520334434472
Binary10101111110110110111011110101010011011100100011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6dbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6dbb; }

 p { color: rgb(175,109,187); }

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

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

 a { background-color: rgb(175,109,187); }

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

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

 span { border-color: rgb(175,109,187); }

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