Html Css Color HEX #A51B8C Dark Purple

📋 copy color: '#A51B8C'

red 165 ◦ green 27 ◦ blue 140

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

Shades of Dark Purple #A51B8C

Tints of Dark Purple #A51B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 49.7%
G = 8.13%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A51B8C (or 0xA51B8C) is known color: Dark Purple. HEX triplet: A5, 1B and 8C. RGB value is (165,27,140). Sum of RGB (Red+Green+Blue) = 165+27+140=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51B8C is #5AE473. Grayscale: #505050. Windows color (decimal): -5956724 or 9182117. OLE color: 9182117.

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

Color convert

RGB 165 27 140 -
CMYK 0 0.84 0.15 0.35
HSL 310.87º 0.72% 0.38% -
HSV(B) 310.87º 0.84% 0.65% -
XYZ 20.64 10.68 25.78 -
YUV 81.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 165 27 140 0 0.84 0.15 0.35 310.87 0.72 0.38
Hex A5 1B 8C 0 54 F 23 137 48 26
Octal 245 33 214 0 124 17 43 467 110 46
Binary 10100101 11011 10001100 0 1010100 1111 100011 100110111 1001000 100110

Color Harmonies of #A51B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51B8C

Black with #A51B8C

Text Example


Text Example

White with #A51B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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