Html Css Color HEX #AD68B8 Fuchsia

📋 copy color: '#AD68B8'

red 173 ◦ green 104 ◦ blue 184

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

Shades of Fuchsia #AD68B8

Tints of Fuchsia #AD68B8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.56%

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

R = 37.53%
G = 22.56%
B = 39.91%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD68B8 (or 0xAD68B8) is known color: Fuchsia. HEX triplet: AD, 68 and B8. RGB value is (173,104,184). Sum of RGB (Red+Green+Blue) = 173+104+184=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD68B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68B8 is #529747. Grayscale: #858585. Windows color (decimal): -5412680 or 12085421. OLE color: 12085421.

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

Color convert

RGB 173 104 184 -
CMYK 0.06 0.43 0 0.28
HSL 291.75º 0.36% 0.56% -
HSV(B) 291.75º 0.43% 0.72% -
XYZ 30.84 22.25 48.02 -
YUV 133.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 173 104 184 0.06 0.43 0 0.28 291.75 0.36 0.56
Hex AD 68 B8 6 2B 0 1C 124 24 38
Octal 255 150 270 6 53 0 34 444 44 70
Binary 10101101 1101000 10111000 110 101011 0 11100 100100100 100100 111000

Color Harmonies of #AD68B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68B8

Black with #AD68B8

Text Example


Text Example

White with #AD68B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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