Html Css Color HEX #A5678A Strikemaster

📋 copy color: '#A5678A'

red 165 ◦ green 103 ◦ blue 138

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

Shades of Strikemaster #A5678A

Tints of Strikemaster #A5678A

RGB

 RED value IS 165 (64.84% from 255) = 40.64%

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

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 40.64%
G = 25.37%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5678A (or 0xA5678A) is known color: Strikemaster. HEX triplet: A5, 67 and 8A. RGB value is (165,103,138). Sum of RGB (Red+Green+Blue) = 165+103+138=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5678A is #5A9875. Grayscale: #7D7D7D. Windows color (decimal): -5937270 or 9070501. OLE color: 9070501.

HSL color Cylindrical-coordinate representation of color #A5678A: hue angle of 326.13º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5678A is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 103 138 -
CMYK 0 0.38 0.16 0.35
HSL 326.13º 0.26% 0.53% -
HSV(B) 326.13º 0.38% 0.65% -
XYZ 24.95 19.53 26.5 -
YUV 125.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 165 103 138 0 0.38 0.16 0.35 326.13 0.26 0.53
Hex A5 67 8A 0 26 10 23 146 1A 35
Octal 245 147 212 0 46 20 43 506 32 65
Binary 10100101 1100111 10001010 0 100110 10000 100011 101000110 11010 110101

Color Harmonies of #A5678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5678A

Black with #A5678A

Text Example


Text Example

White with #A5678A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5678A; }

 p { color: rgb(165,103,138); }

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

background-color css

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

 a { background-color: rgb(165,103,138); }

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

border-color css

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

 span { border-color: rgb(165,103,138); }

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