Html Css Color HEX #AD4CBD Fuchsia

📋 copy color: '#AD4CBD'

red 173 ◦ green 76 ◦ blue 189

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

Shades of Fuchsia #AD4CBD

Tints of Fuchsia #AD4CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 39.5%
G = 17.35%
B = 43.15%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD4CBD (or 0xAD4CBD) is known color: Fuchsia. HEX triplet: AD, 4C and BD. RGB value is (173,76,189). Sum of RGB (Red+Green+Blue) = 173+76+189=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD4CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CBD is #52B342. Grayscale: #757575. Windows color (decimal): -5419843 or 12405933. OLE color: 12405933.

HSL color Cylindrical-coordinate representation of color #AD4CBD: hue angle of 291.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4CBD is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 76 189 -
CMYK 0.08 0.60 0 0.26
HSL 291.5º 0.46% 0.52% -
HSV(B) 291.5º 0.6% 0.74% -
XYZ 29 17.73 50.04 -
YUV 117.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 173 76 189 0.08 0.60 0 0.26 291.5 0.46 0.52
Hex AD 4C BD 8 3C 0 1A 124 2E 34
Octal 255 114 275 10 74 0 32 444 56 64
Binary 10101101 1001100 10111101 1000 111100 0 11010 100100100 101110 110100

Color Harmonies of #AD4CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CBD

Black with #AD4CBD

Text Example


Text Example

White with #AD4CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CBD; }

 p { color: rgb(173,76,189); }

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

background-color css

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

 a { background-color: rgb(173,76,189); }

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

border-color css

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

 span { border-color: rgb(173,76,189); }

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