Html Css Color HEX #A5658E Strikemaster

📋 copy color: '#A5658E'

red 165 ◦ green 101 ◦ blue 142

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

Shades of Strikemaster #A5658E

Tints of Strikemaster #A5658E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.75%

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 40.44%
G = 24.75%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5658E (or 0xA5658E) is known color: Strikemaster. HEX triplet: A5, 65 and 8E. RGB value is (165,101,142). Sum of RGB (Red+Green+Blue) = 165+101+142=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A5658E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5658E is #5A9A71. Grayscale: #7C7C7C. Windows color (decimal): -5937778 or 9332133. OLE color: 9332133.

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

Color convert

RGB 165 101 142 -
CMYK 0 0.39 0.14 0.35
HSL 321.56º 0.26% 0.52% -
HSV(B) 321.56º 0.39% 0.65% -
XYZ 25.05 19.26 27.99 -
YUV 124.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 165 101 142 0 0.39 0.14 0.35 321.56 0.26 0.52
Hex A5 65 8E 0 27 E 23 142 1A 34
Octal 245 145 216 0 47 16 43 502 32 64
Binary 10100101 1100101 10001110 0 100111 1110 100011 101000010 11010 110100

Color Harmonies of #A5658E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5658E

Black with #A5658E

Text Example


Text Example

White with #A5658E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5658E; }

 p { color: rgb(165,101,142); }

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

background-color css

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

 a { background-color: rgb(165,101,142); }

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

border-color css

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

 span { border-color: rgb(165,101,142); }

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