Html Css Color HEX #A51BA4 Dark Magenta

📋 copy color: '#A51BA4'

red 165 ◦ green 27 ◦ blue 164

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

Shades of Dark Magenta #A51BA4

Tints of Dark Magenta #A51BA4

RGB

 RED value IS 165 (64.84% from 255) = 46.35%

 GREEN value IS 27 (10.94% from 255) = 7.58%

 BLUE value IS 164 (64.45% from 255) = 46.07%

R = 46.35%
G = 7.58%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A51BA4 (or 0xA51BA4) is known color: Dark Magenta. HEX triplet: A5, 1B and A4. RGB value is (165,27,164). Sum of RGB (Red+Green+Blue) = 165+27+164=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A51BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51BA4 is #5AE45B. Grayscale: #535353. Windows color (decimal): -5956700 or 10754981. OLE color: 10754981.

HSL color Cylindrical-coordinate representation of color #A51BA4: hue angle of 300.43º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51BA4 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 27 164 -
CMYK 0 0.84 0.01 0.35
HSL 300.43º 0.72% 0.38% -
HSV(B) 300.43º 0.84% 0.65% -
XYZ 22.61 11.46 36.14 -
YUV 83.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 165 27 164 0 0.84 0.01 0.35 300.43 0.72 0.38
Hex A5 1B A4 0 54 1 23 12C 48 26
Octal 245 33 244 0 124 1 43 454 110 46
Binary 10100101 11011 10100100 0 1010100 1 100011 100101100 1001000 100110

Color Harmonies of #A51BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51BA4

Black with #A51BA4

Text Example


Text Example

White with #A51BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51BA4; }

 p { color: rgb(165,27,164); }

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

background-color css

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

 a { background-color: rgb(165,27,164); }

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

border-color css

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

 span { border-color: rgb(165,27,164); }

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