Html Css Color HEX #AD3AB5 Fuchsia

📋 copy color: '#AD3AB5'

red 173 ◦ green 58 ◦ blue 181

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

Shades of Fuchsia #AD3AB5

Tints of Fuchsia #AD3AB5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.08%

 BLUE value IS 181 (71.09% from 255) = 43.93%

R = 41.99%
G = 14.08%
B = 43.93%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD3AB5 (or 0xAD3AB5) is known color: Fuchsia. HEX triplet: AD, 3A and B5. RGB value is (173,58,181). Sum of RGB (Red+Green+Blue) = 173+58+181=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD3AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AB5 is #52C54A. Grayscale: #6A6A6A. Windows color (decimal): -5424459 or 11877037. OLE color: 11877037.

HSL color Cylindrical-coordinate representation of color #AD3AB5: hue angle of 296.1º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3AB5 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 58 181 -
CMYK 0.04 0.68 0 0.29
HSL 296.1º 0.51% 0.47% -
HSV(B) 296.1º 0.68% 0.71% -
XYZ 27.09 15.25 45.23 -
YUV 106.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 173 58 181 0.04 0.68 0 0.29 296.1 0.51 0.47
Hex AD 3A B5 4 44 0 1D 128 33 2F
Octal 255 72 265 4 104 0 35 450 63 57
Binary 10101101 111010 10110101 100 1000100 0 11101 100101000 110011 101111

Color Harmonies of #AD3AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3AB5

Black with #AD3AB5

Text Example


Text Example

White with #AD3AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3AB5; }

 p { color: rgb(173,58,181); }

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

background-color css

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

 a { background-color: rgb(173,58,181); }

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

border-color css

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

 span { border-color: rgb(173,58,181); }

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