Html Css Color HEX #A2258C Dark Purple

📋 copy color: '#A2258C'

red 162 ◦ green 37 ◦ blue 140

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

Shades of Dark Purple #A2258C

Tints of Dark Purple #A2258C

RGB

 RED value IS 162 (63.67% from 255) = 47.79%

 GREEN value IS 37 (14.84% from 255) = 10.91%

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

R = 47.79%
G = 10.91%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2258C (or 0xA2258C) is known color: Dark Purple. HEX triplet: A2, 25 and 8C. RGB value is (162,37,140). Sum of RGB (Red+Green+Blue) = 162+37+140=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2258C is #5DDA73. Grayscale: #555555. Windows color (decimal): -6150772 or 9184674. OLE color: 9184674.

HSL color Cylindrical-coordinate representation of color #A2258C: hue angle of 310.56º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2258C is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 37 140 -
CMYK 0 0.77 0.14 0.36
HSL 310.56º 0.63% 0.39% -
HSV(B) 310.56º 0.77% 0.64% -
XYZ 20.3 10.9 25.84 -
YUV 86.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 162 37 140 0 0.77 0.14 0.36 310.56 0.63 0.39
Hex A2 25 8C 0 4D E 24 137 3F 27
Octal 242 45 214 0 115 16 44 467 77 47
Binary 10100010 100101 10001100 0 1001101 1110 100100 100110111 111111 100111

Color Harmonies of #A2258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2258C

Black with #A2258C

Text Example


Text Example

White with #A2258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2258C; }

 p { color: rgb(162,37,140); }

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

background-color css

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

 a { background-color: rgb(162,37,140); }

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

border-color css

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

 span { border-color: rgb(162,37,140); }

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