Html Css Color HEX #A35988 Strikemaster

📋 copy color: '#A35988'

red 163 ◦ green 89 ◦ blue 136

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

Shades of Strikemaster #A35988

Tints of Strikemaster #A35988

RGB

 RED value IS 163 (64.06% from 255) = 42.01%

 GREEN value IS 89 (35.16% from 255) = 22.94%

 BLUE value IS 136 (53.52% from 255) = 35.05%

R = 42.01%
G = 22.94%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A35988 (or 0xA35988) is known color: Strikemaster. HEX triplet: A3, 59 and 88. RGB value is (163,89,136). Sum of RGB (Red+Green+Blue) = 163+89+136=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A35988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35988 is #5CA677. Grayscale: #747474. Windows color (decimal): -6071928 or 8935843. OLE color: 8935843.

HSL color Cylindrical-coordinate representation of color #A35988: hue angle of 321.89º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35988 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 89 136 -
CMYK 0 0.45 0.17 0.36
HSL 321.89º 0.29% 0.49% -
HSV(B) 321.89º 0.45% 0.64% -
XYZ 23.12 16.71 25.3 -
YUV 116.48 139.02 161.18 -
System Red Green Blue C M Y K H S L
Decimal 163 89 136 0 0.45 0.17 0.36 321.89 0.29 0.49
Hex A3 59 88 0 2D 11 24 142 1D 31
Octal 243 131 210 0 55 21 44 502 35 61
Binary 10100011 1011001 10001000 0 101101 10001 100100 101000010 11101 110001

Color Harmonies of #A35988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35988

Black with #A35988

Text Example


Text Example

White with #A35988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35988; }

 p { color: rgb(163,89,136); }

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

background-color css

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

 a { background-color: rgb(163,89,136); }

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

border-color css

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

 span { border-color: rgb(163,89,136); }

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