Html Css Color HEX #AD42BA Fuchsia

📋 copy color: '#AD42BA'

red 173 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #AD42BA

Tints of Fuchsia #AD42BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.53%

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

R = 40.71%
G = 15.53%
B = 43.76%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD42BA (or 0xAD42BA) is known color: Fuchsia. HEX triplet: AD, 42 and BA. RGB value is (173,66,186). Sum of RGB (Red+Green+Blue) = 173+66+186=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD42BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42BA is #52BD45. Grayscale: #6F6F6F. Windows color (decimal): -5422406 or 12206765. OLE color: 12206765.

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

Color convert

RGB 173 66 186 -
CMYK 0.07 0.65 0 0.27
HSL 293.5º 0.48% 0.49% -
HSV(B) 293.5º 0.65% 0.73% -
XYZ 28.04 16.33 48.13 -
YUV 111.67 169.95 171.74 -
System Red Green Blue C M Y K H S L
Decimal 173 66 186 0.07 0.65 0 0.27 293.5 0.48 0.49
Hex AD 42 BA 7 41 0 1B 126 30 31
Octal 255 102 272 7 101 0 33 446 60 61
Binary 10101101 1000010 10111010 111 1000001 0 11011 100100110 110000 110001

Color Harmonies of #AD42BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42BA

Black with #AD42BA

Text Example


Text Example

White with #AD42BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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