Html Css Color HEX #A5678C Strikemaster

📋 copy color: '#A5678C'

red 165 ◦ green 103 ◦ blue 140

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

Shades of Strikemaster #A5678C

Tints of Strikemaster #A5678C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 40.44%
G = 25.25%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5678C (or 0xA5678C) is known color: Strikemaster. HEX triplet: A5, 67 and 8C. RGB value is (165,103,140). Sum of RGB (Red+Green+Blue) = 165+103+140=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A5678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5678C is #5A9873. Grayscale: #7D7D7D. Windows color (decimal): -5937268 or 9201573. OLE color: 9201573.

HSL color Cylindrical-coordinate representation of color #A5678C: hue angle of 324.19º 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 #A5678C is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 103 140 -
CMYK 0 0.38 0.15 0.35
HSL 324.19º 0.26% 0.53% -
HSV(B) 324.19º 0.38% 0.65% -
XYZ 25.1 19.59 27.27 -
YUV 125.76 136.04 155.99 -
System Red Green Blue C M Y K H S L
Decimal 165 103 140 0 0.38 0.15 0.35 324.19 0.26 0.53
Hex A5 67 8C 0 26 F 23 144 1A 35
Octal 245 147 214 0 46 17 43 504 32 65
Binary 10100101 1100111 10001100 0 100110 1111 100011 101000100 11010 110101

Color Harmonies of #A5678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5678C

Black with #A5678C

Text Example


Text Example

White with #A5678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5678C; }

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

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

background-color css

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

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

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

border-color css

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

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

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