Html Css Color HEX #A5168A Dark Purple

📋 copy color: '#A5168A'

red 165 ◦ green 22 ◦ blue 138

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

Shades of Dark Purple #A5168A

Tints of Dark Purple #A5168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.77%

 BLUE value IS 138 (54.3% from 255) = 42.46%

R = 50.77%
G = 6.77%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5168A (or 0xA5168A) is known color: Dark Purple. HEX triplet: A5, 16 and 8A. RGB value is (165,22,138). Sum of RGB (Red+Green+Blue) = 165+22+138=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5168A is #5AE975. Grayscale: #4D4D4D. Windows color (decimal): -5958006 or 9049765. OLE color: 9049765.

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

Color convert

RGB 165 22 138 -
CMYK 0 0.87 0.16 0.35
HSL 311.33º 0.76% 0.37% -
HSV(B) 311.33º 0.87% 0.65% -
XYZ 20.39 10.41 24.98 -
YUV 77.98 161.88 190.07 -
System Red Green Blue C M Y K H S L
Decimal 165 22 138 0 0.87 0.16 0.35 311.33 0.76 0.37
Hex A5 16 8A 0 57 10 23 137 4C 25
Octal 245 26 212 0 127 20 43 467 114 45
Binary 10100101 10110 10001010 0 1010111 10000 100011 100110111 1001100 100101

Color Harmonies of #A5168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5168A

Black with #A5168A

Text Example


Text Example

White with #A5168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5168A; }

 p { color: rgb(165,22,138); }

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

background-color css

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

 a { background-color: rgb(165,22,138); }

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

border-color css

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

 span { border-color: rgb(165,22,138); }

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