Html Css Color HEX #AD45B0 Fuchsia

📋 copy color: '#AD45B0'

red 173 ◦ green 69 ◦ blue 176

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

Shades of Fuchsia #AD45B0

Tints of Fuchsia #AD45B0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.51%

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 41.39%
G = 16.51%
B = 42.11%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD45B0 (or 0xAD45B0) is known color: Fuchsia. HEX triplet: AD, 45 and B0. RGB value is (173,69,176). Sum of RGB (Red+Green+Blue) = 173+69+176=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD45B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD45B0 is #52BA4F. Grayscale: #6F6F6F. Windows color (decimal): -5421648 or 11552173. OLE color: 11552173.

HSL color Cylindrical-coordinate representation of color #AD45B0: hue angle of 298.32º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD45B0 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 69 176 -
CMYK 0.02 0.61 0 0.31
HSL 298.32º 0.44% 0.48% -
HSV(B) 298.32º 0.61% 0.69% -
XYZ 27.2 16.28 42.78 -
YUV 112.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 173 69 176 0.02 0.61 0 0.31 298.32 0.44 0.48
Hex AD 45 B0 2 3D 0 1F 12A 2C 30
Octal 255 105 260 2 75 0 37 452 54 60
Binary 10101101 1000101 10110000 10 111101 0 11111 100101010 101100 110000

Color Harmonies of #AD45B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45B0

Black with #AD45B0

Text Example


Text Example

White with #AD45B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45B0; }

 p { color: rgb(173,69,176); }

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

background-color css

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

 a { background-color: rgb(173,69,176); }

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

border-color css

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

 span { border-color: rgb(173,69,176); }

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