Html Css Color HEX #A2238C Dark Purple

📋 copy color: '#A2238C'

red 162 ◦ green 35 ◦ blue 140

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

Shades of Dark Purple #A2238C

Tints of Dark Purple #A2238C

RGB

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

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

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

R = 48.07%
G = 10.39%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2238C (or 0xA2238C) is known color: Dark Purple. HEX triplet: A2, 23 and 8C. RGB value is (162,35,140). Sum of RGB (Red+Green+Blue) = 162+35+140=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2238C is #5DDC73. Grayscale: #545454. Windows color (decimal): -6151284 or 9184162. OLE color: 9184162.

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

Color convert

RGB 162 35 140 -
CMYK 0 0.78 0.14 0.36
HSL 310.39º 0.64% 0.39% -
HSV(B) 310.39º 0.78% 0.64% -
XYZ 20.23 10.78 25.82 -
YUV 84.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 162 35 140 0 0.78 0.14 0.36 310.39 0.64 0.39
Hex A2 23 8C 0 4E E 24 136 40 27
Octal 242 43 214 0 116 16 44 466 100 47
Binary 10100010 100011 10001100 0 1001110 1110 100100 100110110 1000000 100111

Color Harmonies of #A2238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2238C

Black with #A2238C

Text Example


Text Example

White with #A2238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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