Html Css Color HEX #AB3DAE Fuchsia

📋 copy color: '#AB3DAE'

red 171 ◦ green 61 ◦ blue 174

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

Shades of Fuchsia #AB3DAE

Tints of Fuchsia #AB3DAE

RGB

 RED value IS 171 (67.19% from 255) = 42.12%

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

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 42.12%
G = 15.02%
B = 42.86%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB3DAE (or 0xAB3DAE) is known color: Fuchsia. HEX triplet: AB, 3D and AE. RGB value is (171,61,174). Sum of RGB (Red+Green+Blue) = 171+61+174=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB3DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3DAE is #54C251. Grayscale: #6A6A6A. Windows color (decimal): -5554770 or 11419051. OLE color: 11419051.

HSL color Cylindrical-coordinate representation of color #AB3DAE: hue angle of 298.41º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3DAE is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 61 174 -
CMYK 0.02 0.65 0 0.32
HSL 298.41º 0.48% 0.46% -
HSV(B) 298.41º 0.65% 0.68% -
XYZ 26.1 15.05 41.57 -
YUV 106.77 165.94 173.81 -
System Red Green Blue C M Y K H S L
Decimal 171 61 174 0.02 0.65 0 0.32 298.41 0.48 0.46
Hex AB 3D AE 2 41 0 20 12A 30 2E
Octal 253 75 256 2 101 0 40 452 60 56
Binary 10101011 111101 10101110 10 1000001 0 100000 100101010 110000 101110

Color Harmonies of #AB3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3DAE

Black with #AB3DAE

Text Example


Text Example

White with #AB3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3DAE; }

 p { color: rgb(171,61,174); }

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

background-color css

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

 a { background-color: rgb(171,61,174); }

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

border-color css

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

 span { border-color: rgb(171,61,174); }

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