Html Css Color HEX #A5698B Strikemaster

📋 copy color: '#A5698B'

red 165 ◦ green 105 ◦ blue 139

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

Shades of Strikemaster #A5698B

Tints of Strikemaster #A5698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 40.34%
G = 25.67%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5698B (or 0xA5698B) is known color: Strikemaster. HEX triplet: A5, 69 and 8B. RGB value is (165,105,139). Sum of RGB (Red+Green+Blue) = 165+105+139=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5698B is #5A9674. Grayscale: #7E7E7E. Windows color (decimal): -5936757 or 9136549. OLE color: 9136549.

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

Color convert

RGB 165 105 139 -
CMYK 0 0.36 0.16 0.35
HSL 326º 0.25% 0.53% -
HSV(B) 326º 0.36% 0.65% -
XYZ 25.23 19.97 26.95 -
YUV 126.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 165 105 139 0 0.36 0.16 0.35 326 0.25 0.53
Hex A5 69 8B 0 24 10 23 146 19 35
Octal 245 151 213 0 44 20 43 506 31 65
Binary 10100101 1101001 10001011 0 100100 10000 100011 101000110 11001 110101

Color Harmonies of #A5698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5698B

Black with #A5698B

Text Example


Text Example

White with #A5698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5698B; }

 p { color: rgb(165,105,139); }

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

background-color css

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

 a { background-color: rgb(165,105,139); }

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

border-color css

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

 span { border-color: rgb(165,105,139); }

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