Html Css Color HEX #AD3FBE Fuchsia

📋 copy color: '#AD3FBE'

red 173 ◦ green 63 ◦ blue 190

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

Shades of Fuchsia #AD3FBE

Tints of Fuchsia #AD3FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 40.61%
G = 14.79%
B = 44.6%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD3FBE (or 0xAD3FBE) is known color: Fuchsia. HEX triplet: AD, 3F and BE. RGB value is (173,63,190). Sum of RGB (Red+Green+Blue) = 173+63+190=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD3FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FBE is #52C041. Grayscale: #6D6D6D. Windows color (decimal): -5423170 or 12468141. OLE color: 12468141.

HSL color Cylindrical-coordinate representation of color #AD3FBE: hue angle of 291.97º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3FBE is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 63 190 -
CMYK 0.09 0.67 0 0.25
HSL 291.97º 0.5% 0.5% -
HSV(B) 291.97º 0.67% 0.75% -
XYZ 28.31 16.16 50.34 -
YUV 110.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 173 63 190 0.09 0.67 0 0.25 291.97 0.5 0.5
Hex AD 3F BE 9 43 0 19 124 32 32
Octal 255 77 276 11 103 0 31 444 62 62
Binary 10101101 111111 10111110 1001 1000011 0 11001 100100100 110010 110010

Color Harmonies of #AD3FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FBE

Black with #AD3FBE

Text Example


Text Example

White with #AD3FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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