Html Css Color HEX #AD51BA Fuchsia

📋 copy color: '#AD51BA'

red 173 ◦ green 81 ◦ blue 186

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

Shades of Fuchsia #AD51BA

Tints of Fuchsia #AD51BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.41%

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 39.32%
G = 18.41%
B = 42.27%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD51BA (or 0xAD51BA) is known color: Fuchsia. HEX triplet: AD, 51 and BA. RGB value is (173,81,186). Sum of RGB (Red+Green+Blue) = 173+81+186=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD51BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51BA is #52AE45. Grayscale: #787878. Windows color (decimal): -5418566 or 12210605. OLE color: 12210605.

HSL color Cylindrical-coordinate representation of color #AD51BA: hue angle of 292.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD51BA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 81 186 -
CMYK 0.07 0.56 0 0.27
HSL 292.57º 0.43% 0.52% -
HSV(B) 292.57º 0.56% 0.73% -
XYZ 29.04 18.31 48.46 -
YUV 120.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 173 81 186 0.07 0.56 0 0.27 292.57 0.43 0.52
Hex AD 51 BA 7 38 0 1B 125 2B 34
Octal 255 121 272 7 70 0 33 445 53 64
Binary 10101101 1010001 10111010 111 111000 0 11011 100100101 101011 110100

Color Harmonies of #AD51BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51BA

Black with #AD51BA

Text Example


Text Example

White with #AD51BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51BA; }

 p { color: rgb(173,81,186); }

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

background-color css

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

 a { background-color: rgb(173,81,186); }

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

border-color css

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

 span { border-color: rgb(173,81,186); }

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