Html Css Color HEX #AD3FAF Fuchsia

📋 copy color: '#AD3FAF'

red 173 ◦ green 63 ◦ blue 175

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

Shades of Fuchsia #AD3FAF

Tints of Fuchsia #AD3FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 15.33%

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 42.09%
G = 15.33%
B = 42.58%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD3FAF (or 0xAD3FAF) is known color: Fuchsia. HEX triplet: AD, 3F and AF. RGB value is (173,63,175). Sum of RGB (Red+Green+Blue) = 173+63+175=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD3FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3FAF is #52C050. Grayscale: #6C6C6C. Windows color (decimal): -5423185 or 11485101. OLE color: 11485101.

HSL color Cylindrical-coordinate representation of color #AD3FAF: hue angle of 298.93º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD3FAF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 63 175 -
CMYK 0.01 0.64 0 0.31
HSL 298.93º 0.47% 0.47% -
HSV(B) 298.93º 0.64% 0.69% -
XYZ 26.75 15.53 42.15 -
YUV 108.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 173 63 175 0.01 0.64 0 0.31 298.93 0.47 0.47
Hex AD 3F AF 1 40 0 1F 12B 2F 2F
Octal 255 77 257 1 100 0 37 453 57 57
Binary 10101101 111111 10101111 1 1000000 0 11111 100101011 101111 101111

Color Harmonies of #AD3FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FAF

Black with #AD3FAF

Text Example


Text Example

White with #AD3FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FAF; }

 p { color: rgb(173,63,175); }

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

background-color css

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

 a { background-color: rgb(173,63,175); }

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

border-color css

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

 span { border-color: rgb(173,63,175); }

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