Html Css Color HEX #AD60B8 Fuchsia

📋 copy color: '#AD60B8'

red 173 ◦ green 96 ◦ blue 184

#AD60B8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #AD60B8

Tints of Fuchsia #AD60B8

RGB

 RED value IS 173 (67.97% from 255) = 38.19%

 GREEN value IS 96 (37.89% from 255) = 21.19%

 BLUE value IS 184 (72.27% from 255) = 40.62%

R = 38.19%
G = 21.19%
B = 40.62%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD60B8 (or 0xAD60B8) is known color: Fuchsia. HEX triplet: AD, 60 and B8. RGB value is (173,96,184). Sum of RGB (Red+Green+Blue) = 173+96+184=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD60B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60B8 is #529F47. Grayscale: #808080. Windows color (decimal): -5414728 or 12083373. OLE color: 12083373.

HSL color Cylindrical-coordinate representation of color #AD60B8: hue angle of 292.5º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD60B8 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 96 184 -
CMYK 0.06 0.48 0 0.28
HSL 292.5º 0.38% 0.55% -
HSV(B) 292.5º 0.48% 0.72% -
XYZ 30.07 20.71 47.76 -
YUV 129.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 173 96 184 0.06 0.48 0 0.28 292.5 0.38 0.55
Hex AD 60 B8 6 30 0 1C 124 26 37
Octal 255 140 270 6 60 0 34 444 46 67
Binary 10101101 1100000 10111000 110 110000 0 11100 100100100 100110 110111

Color Harmonies of #AD60B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60B8

Black with #AD60B8

Text Example


Text Example

White with #AD60B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60B8; }

 p { color: rgb(173,96,184); }

 H1.HeaderClassName
 {
   color: #AD60B8;
 }
 .AnyTagClassName
 {
   color: #AD60B8;
 }
</style>

background-color css

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

 a { background-color: rgb(173,96,184); }

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

border-color css

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

 span { border-color: rgb(173,96,184); }

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