#AD4CBD

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

Shades of Fuchsia #AD4CBD

Tints of Fuchsia #AD4CBD

Color information

#AD4CBD (or 0xAD4CBD) is unknown color: approx Fuchsia. HEX triplet: AD, 4C and BD. RGB value is (173,76,189). Sum of RGB (Red+Green+Blue) = 173+76+189=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD4CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CBD is #52B342. Grayscale: #757575. Windows color (decimal): -5419843 or 12405933. OLE color: 12405933.

HSL color Cylindrical-coordinate representation of color #AD4CBD: hue angle of 291.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4CBD is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17376189-
CMYK0.080.6000.26
HSL291.5º46.12%51.96%-
HSV(B)291.5º59.79%74.12%-
XYZ2917.7350.04-
YUV117.88168.14167.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.50%
GREEN value IS 76 (30.08% from 255) = 17.35%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=39.50%
G=17.35%
B=43.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal173761890.080.6000.26291.546.1251.96
HexAD4CBD83C01A1242e34
Octal25511427510740324445664
Binary101011011001100101111011000111100011010100100100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4CBD; }

 p { color: rgb(173,76,189); }

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

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

 a { background-color: rgb(173,76,189); }

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

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

 span { border-color: rgb(173,76,189); }

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