Html Css Color HEX #AD3AB6 Fuchsia

📋 copy color: '#AD3AB6'

red 173 ◦ green 58 ◦ blue 182

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

Shades of Fuchsia #AD3AB6

Tints of Fuchsia #AD3AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.07%

R = 41.89%
G = 14.04%
B = 44.07%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD3AB6 (or 0xAD3AB6) is known color: Fuchsia. HEX triplet: AD, 3A and B6. RGB value is (173,58,182). Sum of RGB (Red+Green+Blue) = 173+58+182=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD3AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AB6 is #52C549. Grayscale: #6A6A6A. Windows color (decimal): -5424458 or 11942573. OLE color: 11942573.

HSL color Cylindrical-coordinate representation of color #AD3AB6: hue angle of 295.65º degrees, saturation: 0.52, 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 #AD3AB6 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 58 182 -
CMYK 0.05 0.68 0 0.29
HSL 295.65º 0.52% 0.47% -
HSV(B) 295.65º 0.68% 0.71% -
XYZ 27.19 15.29 45.77 -
YUV 106.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 173 58 182 0.05 0.68 0 0.29 295.65 0.52 0.47
Hex AD 3A B6 5 44 0 1D 128 34 2F
Octal 255 72 266 5 104 0 35 450 64 57
Binary 10101101 111010 10110110 101 1000100 0 11101 100101000 110100 101111

Color Harmonies of #AD3AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3AB6

Black with #AD3AB6

Text Example


Text Example

White with #AD3AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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