Html Css Color HEX #AD5ABA Fuchsia

📋 copy color: '#AD5ABA'

red 173 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #AD5ABA

Tints of Fuchsia #AD5ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.04%

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

R = 38.53%
G = 20.04%
B = 41.43%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD5ABA (or 0xAD5ABA) is known color: Fuchsia. HEX triplet: AD, 5A and BA. RGB value is (173,90,186). Sum of RGB (Red+Green+Blue) = 173+90+186=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD5ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ABA is #52A545. Grayscale: #7D7D7D. Windows color (decimal): -5416262 or 12212909. OLE color: 12212909.

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

Color convert

RGB 173 90 186 -
CMYK 0.07 0.52 0 0.27
HSL 291.88º 0.41% 0.54% -
HSV(B) 291.88º 0.52% 0.73% -
XYZ 29.75 19.74 48.7 -
YUV 125.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 173 90 186 0.07 0.52 0 0.27 291.88 0.41 0.54
Hex AD 5A BA 7 34 0 1B 124 29 36
Octal 255 132 272 7 64 0 33 444 51 66
Binary 10101101 1011010 10111010 111 110100 0 11011 100100100 101001 110110

Color Harmonies of #AD5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ABA

Black with #AD5ABA

Text Example


Text Example

White with #AD5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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