Html Css Color HEX #A5188D Dark Purple

📋 copy color: '#A5188D'

red 165 ◦ green 24 ◦ blue 141

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

Shades of Dark Purple #A5188D

Tints of Dark Purple #A5188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.27%

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 50%
G = 7.27%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5188D (or 0xA5188D) is known color: Dark Purple. HEX triplet: A5, 18 and 8D. RGB value is (165,24,141). Sum of RGB (Red+Green+Blue) = 165+24+141=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5188D is #5AE772. Grayscale: #4F4F4F. Windows color (decimal): -5957491 or 9246885. OLE color: 9246885.

HSL color Cylindrical-coordinate representation of color #A5188D: hue angle of 310.21º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5188D is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 24 141 -
CMYK 0 0.85 0.15 0.35
HSL 310.21º 0.75% 0.37% -
HSV(B) 310.21º 0.85% 0.65% -
XYZ 20.65 10.58 26.15 -
YUV 79.5 162.71 188.99 -
System Red Green Blue C M Y K H S L
Decimal 165 24 141 0 0.85 0.15 0.35 310.21 0.75 0.37
Hex A5 18 8D 0 55 F 23 136 4B 25
Octal 245 30 215 0 125 17 43 466 113 45
Binary 10100101 11000 10001101 0 1010101 1111 100011 100110110 1001011 100101

Color Harmonies of #A5188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5188D

Black with #A5188D

Text Example


Text Example

White with #A5188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5188D; }

 p { color: rgb(165,24,141); }

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

background-color css

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

 a { background-color: rgb(165,24,141); }

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

border-color css

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

 span { border-color: rgb(165,24,141); }

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