Html Css Color HEX #A2248B Dark Purple

📋 copy color: '#A2248B'

red 162 ◦ green 36 ◦ blue 139

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

Shades of Dark Purple #A2248B

Tints of Dark Purple #A2248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 48.07%
G = 10.68%
B = 41.25%

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

#A2248B (or 0xA2248B) is known color: Dark Purple. HEX triplet: A2, 24 and 8B. RGB value is (162,36,139). Sum of RGB (Red+Green+Blue) = 162+36+139=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2248B is #5DDB74. Grayscale: #555555. Windows color (decimal): -6151029 or 9118882. OLE color: 9118882.

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

Color convert

RGB 162 36 139 -
CMYK 0 0.78 0.14 0.36
HSL 310.95º 0.64% 0.39% -
HSV(B) 310.95º 0.78% 0.64% -
XYZ 20.19 10.81 25.45 -
YUV 85.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 162 36 139 0 0.78 0.14 0.36 310.95 0.64 0.39
Hex A2 24 8B 0 4E E 24 137 40 27
Octal 242 44 213 0 116 16 44 467 100 47
Binary 10100010 100100 10001011 0 1001110 1110 100100 100110111 1000000 100111

Color Harmonies of #A2248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2248B

Black with #A2248B

Text Example


Text Example

White with #A2248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2248B; }

 p { color: rgb(162,36,139); }

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

background-color css

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

 a { background-color: rgb(162,36,139); }

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

border-color css

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

 span { border-color: rgb(162,36,139); }

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