#AF65BC

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

Shades of Fuchsia #AF65BC

Tints of Fuchsia #AF65BC

Color information

#AF65BC (or 0xAF65BC) is unknown color: approx Fuchsia. HEX triplet: AF, 65 and BC. RGB value is (175,101,188). Sum of RGB (Red+Green+Blue) = 175+101+188=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF65BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65BC is #509A43. Grayscale: #848484. Windows color (decimal): -5282372 or 12346799. OLE color: 12346799.

HSL color Cylindrical-coordinate representation of color #AF65BC: hue angle of 291.03º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF65BC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175101188-
CMYK0.070.4600.26
HSL291.03º39.37%56.67%-
HSV(B)291.03º46.28%73.73%-
XYZ31.4122.0550.18-
YUV133.04159.02157.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 101 (39.84% from 255) = 21.77%
BLUE value IS 188 (73.83% from 255) = 40.52%
R=37.72%
G=21.77%
B=40.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751011880.070.4600.26291.0339.3756.67
HexAF65BC72E01A1232739
Octal2571452747560324434771
Binary10101111110010110111100111101110011010100100011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65BC; }

 p { color: rgb(175,101,188); }

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

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

 a { background-color: rgb(175,101,188); }

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

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

 span { border-color: rgb(175,101,188); }

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