Html Css Color HEX #AD30AB Fuchsia

📋 copy color: '#AD30AB'

red 173 ◦ green 48 ◦ blue 171

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

Shades of Fuchsia #AD30AB

Tints of Fuchsia #AD30AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 44.13%
G = 12.24%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD30AB (or 0xAD30AB) is known color: Fuchsia. HEX triplet: AD, 30 and AB. RGB value is (173,48,171). Sum of RGB (Red+Green+Blue) = 173+48+171=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD30AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD30AB is #52CF54. Grayscale: #636363. Windows color (decimal): -5427029 or 11219117. OLE color: 11219117.

HSL color Cylindrical-coordinate representation of color #AD30AB: hue angle of 300.96º 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 #AD30AB is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 171 -
CMYK 0 0.72 0.01 0.32
HSL 300.96º 0.57% 0.43% -
HSV(B) 300.96º 0.72% 0.68% -
XYZ 25.64 13.94 39.87 -
YUV 99.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 173 48 171 0 0.72 0.01 0.32 300.96 0.57 0.43
Hex AD 30 AB 0 48 1 20 12D 39 2B
Octal 255 60 253 0 110 1 40 455 71 53
Binary 10101101 110000 10101011 0 1001000 1 100000 100101101 111001 101011

Color Harmonies of #AD30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30AB

Black with #AD30AB

Text Example


Text Example

White with #AD30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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