Html Css Color HEX #A2238A Dark Purple

📋 copy color: '#A2238A'

red 162 ◦ green 35 ◦ blue 138

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

Shades of Dark Purple #A2238A

Tints of Dark Purple #A2238A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.45%

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

R = 48.36%
G = 10.45%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2238A (or 0xA2238A) is known color: Dark Purple. HEX triplet: A2, 23 and 8A. RGB value is (162,35,138). Sum of RGB (Red+Green+Blue) = 162+35+138=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2238A is #5DDC75. Grayscale: #545454. Windows color (decimal): -6151286 or 9053090. OLE color: 9053090.

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

Color convert

RGB 162 35 138 -
CMYK 0 0.78 0.15 0.36
HSL 311.34º 0.64% 0.39% -
HSV(B) 311.34º 0.78% 0.64% -
XYZ 20.09 10.72 25.05 -
YUV 84.72 158.08 183.12 -
System Red Green Blue C M Y K H S L
Decimal 162 35 138 0 0.78 0.15 0.36 311.34 0.64 0.39
Hex A2 23 8A 0 4E F 24 137 40 27
Octal 242 43 212 0 116 17 44 467 100 47
Binary 10100010 100011 10001010 0 1001110 1111 100100 100110111 1000000 100111

Color Harmonies of #A2238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2238A

Black with #A2238A

Text Example


Text Example

White with #A2238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2238A; }

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

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

background-color css

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

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

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

border-color css

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

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

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