Html Css Color HEX #A2268B Dark Purple

📋 copy color: '#A2268B'

red 162 ◦ green 38 ◦ blue 139

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

Shades of Dark Purple #A2268B

Tints of Dark Purple #A2268B

RGB

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

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

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

R = 47.79%
G = 11.21%
B = 41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2268B (or 0xA2268B) is known color: Dark Purple. HEX triplet: A2, 26 and 8B. RGB value is (162,38,139). Sum of RGB (Red+Green+Blue) = 162+38+139=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2268B is #5DD974. Grayscale: #565656. Windows color (decimal): -6150517 or 9119394. OLE color: 9119394.

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

Color convert

RGB 162 38 139 -
CMYK 0 0.77 0.14 0.36
HSL 311.13º 0.62% 0.39% -
HSV(B) 311.13º 0.77% 0.64% -
XYZ 20.25 10.93 25.47 -
YUV 86.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 162 38 139 0 0.77 0.14 0.36 311.13 0.62 0.39
Hex A2 26 8B 0 4D E 24 137 3E 27
Octal 242 46 213 0 115 16 44 467 76 47
Binary 10100010 100110 10001011 0 1001101 1110 100100 100110111 111110 100111

Color Harmonies of #A2268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2268B

Black with #A2268B

Text Example


Text Example

White with #A2268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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