Html Css Color HEX #A93BB1 Fuchsia

📋 copy color: '#A93BB1'

red 169 ◦ green 59 ◦ blue 177

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

Shades of Fuchsia #A93BB1

Tints of Fuchsia #A93BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.7%

R = 41.73%
G = 14.57%
B = 43.7%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A93BB1 (or 0xA93BB1) is known color: Fuchsia. HEX triplet: A9, 3B and B1. RGB value is (169,59,177). Sum of RGB (Red+Green+Blue) = 169+59+177=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 177 - color contains mainly: blue. Hex color #A93BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93BB1 is #56C44E. Grayscale: #686868. Windows color (decimal): -5686351 or 11615145. OLE color: 11615145.

HSL color Cylindrical-coordinate representation of color #A93BB1: hue angle of 295.93º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93BB1 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 59 177 -
CMYK 0.05 0.67 0 0.31
HSL 295.93º 0.5% 0.46% -
HSV(B) 295.93º 0.67% 0.69% -
XYZ 25.86 14.74 43.08 -
YUV 105.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 169 59 177 0.05 0.67 0 0.31 295.93 0.5 0.46
Hex A9 3B B1 5 43 0 1F 128 32 2E
Octal 251 73 261 5 103 0 37 450 62 56
Binary 10101001 111011 10110001 101 1000011 0 11111 100101000 110010 101110

Color Harmonies of #A93BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93BB1

Black with #A93BB1

Text Example


Text Example

White with #A93BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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