Html Css Color HEX #A93BAE Fuchsia

📋 copy color: '#A93BAE'

red 169 ◦ green 59 ◦ blue 174

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

Shades of Fuchsia #A93BAE

Tints of Fuchsia #A93BAE

RGB

 RED value IS 169 (66.41% from 255) = 42.04%

 GREEN value IS 59 (23.44% from 255) = 14.68%

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

R = 42.04%
G = 14.68%
B = 43.28%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A93BAE (or 0xA93BAE) is known color: Fuchsia. HEX triplet: A9, 3B and AE. RGB value is (169,59,174). Sum of RGB (Red+Green+Blue) = 169+59+174=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #A93BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93BAE is #56C451. Grayscale: #686868. Windows color (decimal): -5686354 or 11418537. OLE color: 11418537.

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

Color convert

RGB 169 59 174 -
CMYK 0.03 0.66 0 0.32
HSL 297.39º 0.49% 0.46% -
HSV(B) 297.39º 0.66% 0.68% -
XYZ 25.57 14.62 41.52 -
YUV 105 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 169 59 174 0.03 0.66 0 0.32 297.39 0.49 0.46
Hex A9 3B AE 3 42 0 20 129 31 2E
Octal 251 73 256 3 102 0 40 451 61 56
Binary 10101001 111011 10101110 11 1000010 0 100000 100101001 110001 101110

Color Harmonies of #A93BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93BAE

Black with #A93BAE

Text Example


Text Example

White with #A93BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93BAE; }

 p { color: rgb(169,59,174); }

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

background-color css

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

 a { background-color: rgb(169,59,174); }

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

border-color css

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

 span { border-color: rgb(169,59,174); }

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