Html Css Color HEX #AD3BB5 Fuchsia

📋 copy color: '#AD3BB5'

red 173 ◦ green 59 ◦ blue 181

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

Shades of Fuchsia #AD3BB5

Tints of Fuchsia #AD3BB5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.29%

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

R = 41.89%
G = 14.29%
B = 43.83%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD3BB5 (or 0xAD3BB5) is known color: Fuchsia. HEX triplet: AD, 3B and B5. RGB value is (173,59,181). Sum of RGB (Red+Green+Blue) = 173+59+181=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD3BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BB5 is #52C44A. Grayscale: #6A6A6A. Windows color (decimal): -5424203 or 11877293. OLE color: 11877293.

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

Color convert

RGB 173 59 181 -
CMYK 0.04 0.67 0 0.29
HSL 296.07º 0.51% 0.47% -
HSV(B) 296.07º 0.67% 0.71% -
XYZ 27.14 15.35 45.25 -
YUV 106.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 173 59 181 0.04 0.67 0 0.29 296.07 0.51 0.47
Hex AD 3B B5 4 43 0 1D 128 33 2F
Octal 255 73 265 4 103 0 35 450 63 57
Binary 10101101 111011 10110101 100 1000011 0 11101 100101000 110011 101111

Color Harmonies of #AD3BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BB5

Black with #AD3BB5

Text Example


Text Example

White with #AD3BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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