Html Css Color HEX #A2268E Dark Purple

📋 copy color: '#A2268E'

red 162 ◦ green 38 ◦ blue 142

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

Shades of Dark Purple #A2268E

Tints of Dark Purple #A2268E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

 BLUE value IS 142 (55.86% from 255) = 41.52%

R = 47.37%
G = 11.11%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2268E (or 0xA2268E) is known color: Dark Purple. HEX triplet: A2, 26 and 8E. RGB value is (162,38,142). Sum of RGB (Red+Green+Blue) = 162+38+142=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2268E is #5DD971. Grayscale: #565656. Windows color (decimal): -6150514 or 9316002. OLE color: 9316002.

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

Color convert

RGB 162 38 142 -
CMYK 0 0.77 0.12 0.36
HSL 309.68º 0.62% 0.39% -
HSV(B) 309.68º 0.77% 0.64% -
XYZ 20.48 11.02 26.64 -
YUV 86.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 162 38 142 0 0.77 0.12 0.36 309.68 0.62 0.39
Hex A2 26 8E 0 4D C 24 136 3E 27
Octal 242 46 216 0 115 14 44 466 76 47
Binary 10100010 100110 10001110 0 1001101 1100 100100 100110110 111110 100111

Color Harmonies of #A2268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2268E

Black with #A2268E

Text Example


Text Example

White with #A2268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2268E; }

 p { color: rgb(162,38,142); }

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

background-color css

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

 a { background-color: rgb(162,38,142); }

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

border-color css

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

 span { border-color: rgb(162,38,142); }

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