Html Css Color HEX #AD63BA Fuchsia

📋 copy color: '#AD63BA'

red 173 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #AD63BA

Tints of Fuchsia #AD63BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 37.77%
G = 21.62%
B = 40.61%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD63BA (or 0xAD63BA) is known color: Fuchsia. HEX triplet: AD, 63 and BA. RGB value is (173,99,186). Sum of RGB (Red+Green+Blue) = 173+99+186=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD63BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63BA is #529C45. Grayscale: #828282. Windows color (decimal): -5413958 or 12215213. OLE color: 12215213.

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

Color convert

RGB 173 99 186 -
CMYK 0.07 0.47 0 0.27
HSL 291.03º 0.39% 0.56% -
HSV(B) 291.03º 0.47% 0.73% -
XYZ 30.56 21.35 48.97 -
YUV 131.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 173 99 186 0.07 0.47 0 0.27 291.03 0.39 0.56
Hex AD 63 BA 7 2F 0 1B 123 27 38
Octal 255 143 272 7 57 0 33 443 47 70
Binary 10101101 1100011 10111010 111 101111 0 11011 100100011 100111 111000

Color Harmonies of #AD63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD63BA

Black with #AD63BA

Text Example


Text Example

White with #AD63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD63BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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