Html Css Color HEX #AD42BB Fuchsia

📋 copy color: '#AD42BB'

red 173 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #AD42BB

Tints of Fuchsia #AD42BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 40.61%
G = 15.49%
B = 43.9%

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

#AD42BB (or 0xAD42BB) is known color: Fuchsia. HEX triplet: AD, 42 and BB. RGB value is (173,66,187). Sum of RGB (Red+Green+Blue) = 173+66+187=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD42BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42BB is #52BD44. Grayscale: #6F6F6F. Windows color (decimal): -5422405 or 12272301. OLE color: 12272301.

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

Color convert

RGB 173 66 187 -
CMYK 0.07 0.65 0 0.27
HSL 293.06º 0.48% 0.5% -
HSV(B) 293.06º 0.65% 0.73% -
XYZ 28.15 16.37 48.69 -
YUV 111.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 173 66 187 0.07 0.65 0 0.27 293.06 0.48 0.5
Hex AD 42 BB 7 41 0 1B 125 30 32
Octal 255 102 273 7 101 0 33 445 60 62
Binary 10101101 1000010 10111011 111 1000001 0 11011 100100101 110000 110010

Color Harmonies of #AD42BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42BB

Black with #AD42BB

Text Example


Text Example

White with #AD42BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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