Html Css Color HEX #AD63B7 Fuchsia

📋 copy color: '#AD63B7'

red 173 ◦ green 99 ◦ blue 183

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

Shades of Fuchsia #AD63B7

Tints of Fuchsia #AD63B7

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.76%

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

R = 38.02%
G = 21.76%
B = 40.22%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD63B7 (or 0xAD63B7) is known color: Fuchsia. HEX triplet: AD, 63 and B7. RGB value is (173,99,183). Sum of RGB (Red+Green+Blue) = 173+99+183=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD63B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63B7 is #529C48. Grayscale: #828282. Windows color (decimal): -5413961 or 12018605. OLE color: 12018605.

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

Color convert

RGB 173 99 183 -
CMYK 0.05 0.46 0 0.28
HSL 292.86º 0.37% 0.55% -
HSV(B) 292.86º 0.46% 0.72% -
XYZ 30.24 21.23 47.3 -
YUV 130.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 173 99 183 0.05 0.46 0 0.28 292.86 0.37 0.55
Hex AD 63 B7 5 2E 0 1C 125 25 37
Octal 255 143 267 5 56 0 34 445 45 67
Binary 10101101 1100011 10110111 101 101110 0 11100 100100101 100101 110111

Color Harmonies of #AD63B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63B7

Black with #AD63B7

Text Example


Text Example

White with #AD63B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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