Html Css Color HEX #AD30AD Fuchsia

📋 copy color: '#AD30AD'

red 173 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #AD30AD

Tints of Fuchsia #AD30AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.18%

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 43.91%
G = 12.18%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD30AD (or 0xAD30AD) is known color: Fuchsia. HEX triplet: AD, 30 and AD. RGB value is (173,48,173). Sum of RGB (Red+Green+Blue) = 173+48+173=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD30AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD30AD is #52CF52. Grayscale: #636363. Windows color (decimal): -5427027 or 11350189. OLE color: 11350189.

HSL color Cylindrical-coordinate representation of color #AD30AD: hue angle of 300º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD30AD is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 173 -
CMYK 0 0.72 0 0.32
HSL 300º 0.57% 0.43% -
HSV(B) 300º 0.72% 0.68% -
XYZ 25.83 14.02 40.88 -
YUV 99.63 169.41 180.34 -
System Red Green Blue C M Y K H S L
Decimal 173 48 173 0 0.72 0 0.32 300 0.57 0.43
Hex AD 30 AD 0 48 0 20 12C 39 2B
Octal 255 60 255 0 110 0 40 454 71 53
Binary 10101101 110000 10101101 0 1001000 0 100000 100101100 111001 101011

Color Harmonies of #AD30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30AD

Black with #AD30AD

Text Example


Text Example

White with #AD30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30AD; }

 p { color: rgb(173,48,173); }

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

background-color css

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

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

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

border-color css

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

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

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