Html Css Color HEX #AD5CBA Fuchsia

📋 copy color: '#AD5CBA'

red 173 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #AD5CBA

Tints of Fuchsia #AD5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.4%

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

R = 38.36%
G = 20.4%
B = 41.24%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD5CBA (or 0xAD5CBA) is known color: Fuchsia. HEX triplet: AD, 5C and BA. RGB value is (173,92,186). Sum of RGB (Red+Green+Blue) = 173+92+186=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CBA is #52A345. Grayscale: #7E7E7E. Windows color (decimal): -5415750 or 12213421. OLE color: 12213421.

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

Color convert

RGB 173 92 186 -
CMYK 0.07 0.51 0 0.27
HSL 291.7º 0.41% 0.55% -
HSV(B) 291.7º 0.51% 0.73% -
XYZ 29.92 20.08 48.75 -
YUV 126.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 173 92 186 0.07 0.51 0 0.27 291.7 0.41 0.55
Hex AD 5C BA 7 33 0 1B 124 29 37
Octal 255 134 272 7 63 0 33 444 51 67
Binary 10101101 1011100 10111010 111 110011 0 11011 100100100 101001 110111

Color Harmonies of #AD5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CBA

Black with #AD5CBA

Text Example


Text Example

White with #AD5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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