Html Css Color HEX #A51B7A Dark Purple

📋 copy color: '#A51B7A'

red 165 ◦ green 27 ◦ blue 122

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

Shades of Dark Purple #A51B7A

Tints of Dark Purple #A51B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 52.55%
G = 8.6%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A51B7A (or 0xA51B7A) is known color: Dark Purple. HEX triplet: A5, 1B and 7A. RGB value is (165,27,122). Sum of RGB (Red+Green+Blue) = 165+27+122=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B7A is #5AE485. Grayscale: #4E4E4E. Windows color (decimal): -5956742 or 8002469. OLE color: 8002469.

HSL color Cylindrical-coordinate representation of color #A51B7A: hue angle of 318.7º 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 #A51B7A is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 27 122 -
CMYK 0 0.84 0.26 0.35
HSL 318.7º 0.72% 0.38% -
HSV(B) 318.7º 0.84% 0.65% -
XYZ 19.42 10.19 19.36 -
YUV 79.09 152.22 189.28 -
System Red Green Blue C M Y K H S L
Decimal 165 27 122 0 0.84 0.26 0.35 318.7 0.72 0.38
Hex A5 1B 7A 0 54 1A 23 13F 48 26
Octal 245 33 172 0 124 32 43 477 110 46
Binary 10100101 11011 1111010 0 1010100 11010 100011 100111111 1001000 100110

Color Harmonies of #A51B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51B7A

Black with #A51B7A

Text Example


Text Example

White with #A51B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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