Html Css Color HEX #A5658F Strikemaster

📋 copy color: '#A5658F'

red 165 ◦ green 101 ◦ blue 143

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

Shades of Strikemaster #A5658F

Tints of Strikemaster #A5658F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.96%

R = 40.34%
G = 24.69%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A5658F (or 0xA5658F) is known color: Strikemaster. HEX triplet: A5, 65 and 8F. RGB value is (165,101,143). Sum of RGB (Red+Green+Blue) = 165+101+143=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5658F is #5A9A70. Grayscale: #7C7C7C. Windows color (decimal): -5937777 or 9397669. OLE color: 9397669.

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

Color convert

RGB 165 101 143 -
CMYK 0 0.39 0.13 0.35
HSL 320.63º 0.26% 0.52% -
HSV(B) 320.63º 0.39% 0.65% -
XYZ 25.13 19.29 28.39 -
YUV 124.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 165 101 143 0 0.39 0.13 0.35 320.63 0.26 0.52
Hex A5 65 8F 0 27 D 23 141 1A 34
Octal 245 145 217 0 47 15 43 501 32 64
Binary 10100101 1100101 10001111 0 100111 1101 100011 101000001 11010 110100

Color Harmonies of #A5658F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5658F

Black with #A5658F

Text Example


Text Example

White with #A5658F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5658F; }

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

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

background-color css

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

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

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

border-color css

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

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

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