Html Css Color HEX #A5187E Dark Purple

📋 copy color: '#A5187E'

red 165 ◦ green 24 ◦ blue 126

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

Shades of Dark Purple #A5187E

Tints of Dark Purple #A5187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40%

R = 52.38%
G = 7.62%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5187E (or 0xA5187E) is known color: Dark Purple. HEX triplet: A5, 18 and 7E. RGB value is (165,24,126). Sum of RGB (Red+Green+Blue) = 165+24+126=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A5187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5187E is #5AE781. Grayscale: #4D4D4D. Windows color (decimal): -5957506 or 8263845. OLE color: 8263845.

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

Color convert

RGB 165 24 126 -
CMYK 0 0.85 0.24 0.35
HSL 316.6º 0.75% 0.37% -
HSV(B) 316.6º 0.85% 0.65% -
XYZ 19.61 10.16 20.67 -
YUV 77.79 155.21 190.21 -
System Red Green Blue C M Y K H S L
Decimal 165 24 126 0 0.85 0.24 0.35 316.6 0.75 0.37
Hex A5 18 7E 0 55 18 23 13D 4B 25
Octal 245 30 176 0 125 30 43 475 113 45
Binary 10100101 11000 1111110 0 1010101 11000 100011 100111101 1001011 100101

Color Harmonies of #A5187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5187E

Black with #A5187E

Text Example


Text Example

White with #A5187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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