Html Css Color HEX #A2258A Dark Purple

📋 copy color: '#A2258A'

red 162 ◦ green 37 ◦ blue 138

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

Shades of Dark Purple #A2258A

Tints of Dark Purple #A2258A

RGB

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

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

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

R = 48.07%
G = 10.98%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2258A (or 0xA2258A) is known color: Dark Purple. HEX triplet: A2, 25 and 8A. RGB value is (162,37,138). Sum of RGB (Red+Green+Blue) = 162+37+138=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2258A is #5DDA75. Grayscale: #555555. Windows color (decimal): -6150774 or 9053602. OLE color: 9053602.

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

Color convert

RGB 162 37 138 -
CMYK 0 0.77 0.15 0.36
HSL 311.52º 0.63% 0.39% -
HSV(B) 311.52º 0.77% 0.64% -
XYZ 20.15 10.84 25.08 -
YUV 85.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 162 37 138 0 0.77 0.15 0.36 311.52 0.63 0.39
Hex A2 25 8A 0 4D F 24 138 3F 27
Octal 242 45 212 0 115 17 44 470 77 47
Binary 10100010 100101 10001010 0 1001101 1111 100100 100111000 111111 100111

Color Harmonies of #A2258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2258A

Black with #A2258A

Text Example


Text Example

White with #A2258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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