Html Css Color HEX #A0677D Strikemaster

📋 copy color: '#A0677D'

red 160 ◦ green 103 ◦ blue 125

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

Shades of Strikemaster #A0677D

Tints of Strikemaster #A0677D

RGB

 RED value IS 160 (62.89% from 255) = 41.24%

 GREEN value IS 103 (40.63% from 255) = 26.55%

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

R = 41.24%
G = 26.55%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0677D (or 0xA0677D) is known color: Strikemaster. HEX triplet: A0, 67 and 7D. RGB value is (160,103,125). Sum of RGB (Red+Green+Blue) = 160+103+125=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0677D is #5F9882. Grayscale: #7A7A7A. Windows color (decimal): -6264963 or 8218528. OLE color: 8218528.

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

Color convert

RGB 160 103 125 -
CMYK 0 0.36 0.22 0.37
HSL 336.84º 0.23% 0.52% -
HSV(B) 336.84º 0.36% 0.63% -
XYZ 23.05 18.65 21.79 -
YUV 122.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 160 103 125 0 0.36 0.22 0.37 336.84 0.23 0.52
Hex A0 67 7D 0 24 16 25 151 17 34
Octal 240 147 175 0 44 26 45 521 27 64
Binary 10100000 1100111 1111101 0 100100 10110 100101 101010001 10111 110100

Color Harmonies of #A0677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0677D

Black with #A0677D

Text Example


Text Example

White with #A0677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0677D; }

 p { color: rgb(160,103,125); }

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

background-color css

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

 a { background-color: rgb(160,103,125); }

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

border-color css

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

 span { border-color: rgb(160,103,125); }

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