Html Css Color HEX #A2648B Strikemaster

📋 copy color: '#A2648B'

red 162 ◦ green 100 ◦ blue 139

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

Shades of Strikemaster #A2648B

Tints of Strikemaster #A2648B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

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

R = 40.4%
G = 24.94%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2648B (or 0xA2648B) is known color: Strikemaster. HEX triplet: A2, 64 and 8B. RGB value is (162,100,139). Sum of RGB (Red+Green+Blue) = 162+100+139=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A2648B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2648B is #5D9B74. Grayscale: #7A7A7A. Windows color (decimal): -6134645 or 9135266. OLE color: 9135266.

HSL color Cylindrical-coordinate representation of color #A2648B: hue angle of 322.26º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2648B is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 100 139 -
CMYK 0 0.38 0.14 0.36
HSL 322.26º 0.25% 0.51% -
HSV(B) 322.26º 0.38% 0.64% -
XYZ 24.12 18.66 26.76 -
YUV 122.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 162 100 139 0 0.38 0.14 0.36 322.26 0.25 0.51
Hex A2 64 8B 0 26 E 24 142 19 33
Octal 242 144 213 0 46 16 44 502 31 63
Binary 10100010 1100100 10001011 0 100110 1110 100100 101000010 11001 110011

Color Harmonies of #A2648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2648B

Black with #A2648B

Text Example


Text Example

White with #A2648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2648B; }

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

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

background-color css

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

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

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

border-color css

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

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

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