Html Css Color HEX #AD3DBB Fuchsia

📋 copy color: '#AD3DBB'

red 173 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #AD3DBB

Tints of Fuchsia #AD3DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.49%

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 41.09%
G = 14.49%
B = 44.42%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD3DBB (or 0xAD3DBB) is known color: Fuchsia. HEX triplet: AD, 3D and BB. RGB value is (173,61,187). Sum of RGB (Red+Green+Blue) = 173+61+187=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD3DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DBB is #52C244. Grayscale: #6C6C6C. Windows color (decimal): -5423685 or 12271021. OLE color: 12271021.

HSL color Cylindrical-coordinate representation of color #AD3DBB: hue angle of 293.33º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3DBB is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 61 187 -
CMYK 0.07 0.67 0 0.27
HSL 293.33º 0.51% 0.49% -
HSV(B) 293.33º 0.67% 0.73% -
XYZ 27.87 15.81 48.6 -
YUV 108.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 173 61 187 0.07 0.67 0 0.27 293.33 0.51 0.49
Hex AD 3D BB 7 43 0 1B 125 33 31
Octal 255 75 273 7 103 0 33 445 63 61
Binary 10101101 111101 10111011 111 1000011 0 11011 100100101 110011 110001

Color Harmonies of #AD3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DBB

Black with #AD3DBB

Text Example


Text Example

White with #AD3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DBB; }

 p { color: rgb(173,61,187); }

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

background-color css

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

 a { background-color: rgb(173,61,187); }

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

border-color css

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

 span { border-color: rgb(173,61,187); }

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