Html Css Color HEX #AD42B8 Fuchsia

📋 copy color: '#AD42B8'

red 173 ◦ green 66 ◦ blue 184

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

Shades of Fuchsia #AD42B8

Tints of Fuchsia #AD42B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.5%

R = 40.9%
G = 15.6%
B = 43.5%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD42B8 (or 0xAD42B8) is known color: Fuchsia. HEX triplet: AD, 42 and B8. RGB value is (173,66,184). Sum of RGB (Red+Green+Blue) = 173+66+184=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD42B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42B8 is #52BD47. Grayscale: #6F6F6F. Windows color (decimal): -5422408 or 12075693. OLE color: 12075693.

HSL color Cylindrical-coordinate representation of color #AD42B8: hue angle of 294.41º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD42B8 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 66 184 -
CMYK 0.06 0.64 0 0.28
HSL 294.41º 0.47% 0.49% -
HSV(B) 294.41º 0.64% 0.72% -
XYZ 27.83 16.24 47.02 -
YUV 111.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 173 66 184 0.06 0.64 0 0.28 294.41 0.47 0.49
Hex AD 42 B8 6 40 0 1C 126 2F 31
Octal 255 102 270 6 100 0 34 446 57 61
Binary 10101101 1000010 10111000 110 1000000 0 11100 100100110 101111 110001

Color Harmonies of #AD42B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42B8

Black with #AD42B8

Text Example


Text Example

White with #AD42B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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