Html Css Color HEX #A7638B Strikemaster

📋 copy color: '#A7638B'

red 167 ◦ green 99 ◦ blue 139

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

Shades of Strikemaster #A7638B

Tints of Strikemaster #A7638B

RGB

 RED value IS 167 (65.63% from 255) = 41.23%

 GREEN value IS 99 (39.06% from 255) = 24.44%

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

R = 41.23%
G = 24.44%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7638B (or 0xA7638B) is known color: Strikemaster. HEX triplet: A7, 63 and 8B. RGB value is (167,99,139). Sum of RGB (Red+Green+Blue) = 167+99+139=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A7638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7638B is #589C74. Grayscale: #7B7B7B. Windows color (decimal): -5807221 or 9135015. OLE color: 9135015.

HSL color Cylindrical-coordinate representation of color #A7638B: hue angle of 324.71º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7638B is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 99 139 -
CMYK 0 0.41 0.17 0.35
HSL 324.71º 0.28% 0.52% -
HSV(B) 324.71º 0.41% 0.65% -
XYZ 25.06 19 26.77 -
YUV 123.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 167 99 139 0 0.41 0.17 0.35 324.71 0.28 0.52
Hex A7 63 8B 0 29 11 23 145 1C 34
Octal 247 143 213 0 51 21 43 505 34 64
Binary 10100111 1100011 10001011 0 101001 10001 100011 101000101 11100 110100

Color Harmonies of #A7638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7638B

Black with #A7638B

Text Example


Text Example

White with #A7638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7638B; }

 p { color: rgb(167,99,139); }

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

background-color css

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

 a { background-color: rgb(167,99,139); }

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

border-color css

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

 span { border-color: rgb(167,99,139); }

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