Html Css Color HEX #AD64B7 Fuchsia

📋 copy color: '#AD64B7'

red 173 ◦ green 100 ◦ blue 183

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

Shades of Fuchsia #AD64B7

Tints of Fuchsia #AD64B7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.93%

 BLUE value IS 183 (71.88% from 255) = 40.13%

R = 37.94%
G = 21.93%
B = 40.13%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD64B7 (or 0xAD64B7) is known color: Fuchsia. HEX triplet: AD, 64 and B7. RGB value is (173,100,183). Sum of RGB (Red+Green+Blue) = 173+100+183=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD64B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64B7 is #529B48. Grayscale: #838383. Windows color (decimal): -5413705 or 12018861. OLE color: 12018861.

HSL color Cylindrical-coordinate representation of color #AD64B7: hue angle of 292.77º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD64B7 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 100 183 -
CMYK 0.05 0.45 0 0.28
HSL 292.77º 0.37% 0.55% -
HSV(B) 292.77º 0.45% 0.72% -
XYZ 30.34 21.42 47.33 -
YUV 131.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 173 100 183 0.05 0.45 0 0.28 292.77 0.37 0.55
Hex AD 64 B7 5 2D 0 1C 125 25 37
Octal 255 144 267 5 55 0 34 445 45 67
Binary 10101101 1100100 10110111 101 101101 0 11100 100100101 100101 110111

Color Harmonies of #AD64B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64B7

Black with #AD64B7

Text Example


Text Example

White with #AD64B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64B7; }

 p { color: rgb(173,100,183); }

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

background-color css

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

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

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

border-color css

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

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

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