Html Css Color HEX #A2667D Strikemaster

📋 copy color: '#A2667D'

red 162 ◦ green 102 ◦ blue 125

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

Shades of Strikemaster #A2667D

Tints of Strikemaster #A2667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.22%

 BLUE value IS 125 (49.22% from 255) = 32.13%

R = 41.65%
G = 26.22%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2667D (or 0xA2667D) is known color: Strikemaster. HEX triplet: A2, 66 and 7D. RGB value is (162,102,125). Sum of RGB (Red+Green+Blue) = 162+102+125=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2667D is #5D9982. Grayscale: #7A7A7A. Windows color (decimal): -6134147 or 8218274. OLE color: 8218274.

HSL color Cylindrical-coordinate representation of color #A2667D: hue angle of 337º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2667D is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 102 125 -
CMYK 0 0.37 0.23 0.36
HSL 337º 0.24% 0.52% -
HSV(B) 337º 0.37% 0.64% -
XYZ 23.35 18.66 21.77 -
YUV 122.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 162 102 125 0 0.37 0.23 0.36 337 0.24 0.52
Hex A2 66 7D 0 25 17 24 151 18 34
Octal 242 146 175 0 45 27 44 521 30 64
Binary 10100010 1100110 1111101 0 100101 10111 100100 101010001 11000 110100

Color Harmonies of #A2667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2667D

Black with #A2667D

Text Example


Text Example

White with #A2667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2667D; }

 p { color: rgb(162,102,125); }

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

background-color css

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

 a { background-color: rgb(162,102,125); }

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

border-color css

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

 span { border-color: rgb(162,102,125); }

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