Html Css Color HEX #AD42AD Fuchsia

📋 copy color: '#AD42AD'

red 173 ◦ green 66 ◦ blue 173

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

Shades of Fuchsia #AD42AD

Tints of Fuchsia #AD42AD

RGB

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

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

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

R = 41.99%
G = 16.02%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD42AD (or 0xAD42AD) is known color: Fuchsia. HEX triplet: AD, 42 and AD. RGB value is (173,66,173). Sum of RGB (Red+Green+Blue) = 173+66+173=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD42AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD42AD is #52BD52. Grayscale: #6D6D6D. Windows color (decimal): -5422419 or 11354797. OLE color: 11354797.

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

Color convert

RGB 173 66 173 -
CMYK 0 0.62 0 0.32
HSL 300º 0.45% 0.47% -
HSV(B) 300º 0.62% 0.68% -
XYZ 26.72 15.8 41.18 -
YUV 110.19 163.45 172.8 -
System Red Green Blue C M Y K H S L
Decimal 173 66 173 0 0.62 0 0.32 300 0.45 0.47
Hex AD 42 AD 0 3E 0 20 12C 2D 2F
Octal 255 102 255 0 76 0 40 454 55 57
Binary 10101101 1000010 10101101 0 111110 0 100000 100101100 101101 101111

Color Harmonies of #AD42AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42AD

Black with #AD42AD

Text Example


Text Example

White with #AD42AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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