Html Css Color HEX #AD42BF Fuchsia

📋 copy color: '#AD42BF'

red 173 ◦ green 66 ◦ blue 191

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

Shades of Fuchsia #AD42BF

Tints of Fuchsia #AD42BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.42%

R = 40.23%
G = 15.35%
B = 44.42%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD42BF (or 0xAD42BF) is known color: Fuchsia. HEX triplet: AD, 42 and BF. RGB value is (173,66,191). Sum of RGB (Red+Green+Blue) = 173+66+191=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD42BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42BF is #52BD40. Grayscale: #6F6F6F. Windows color (decimal): -5422401 or 12534445. OLE color: 12534445.

HSL color Cylindrical-coordinate representation of color #AD42BF: hue angle of 291.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD42BF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 66 191 -
CMYK 0.09 0.65 0 0.25
HSL 291.36º 0.49% 0.5% -
HSV(B) 291.36º 0.65% 0.75% -
XYZ 28.59 16.54 50.98 -
YUV 112.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 173 66 191 0.09 0.65 0 0.25 291.36 0.49 0.5
Hex AD 42 BF 9 41 0 19 123 31 32
Octal 255 102 277 11 101 0 31 443 61 62
Binary 10101101 1000010 10111111 1001 1000001 0 11001 100100011 110001 110010

Color Harmonies of #AD42BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42BF

Black with #AD42BF

Text Example


Text Example

White with #AD42BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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