Html Css Color HEX #A35982 Strikemaster

📋 copy color: '#A35982'

red 163 ◦ green 89 ◦ blue 130

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

Shades of Strikemaster #A35982

Tints of Strikemaster #A35982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 42.67%
G = 23.3%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A35982 (or 0xA35982) is known color: Strikemaster. HEX triplet: A3, 59 and 82. RGB value is (163,89,130). Sum of RGB (Red+Green+Blue) = 163+89+130=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A35982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35982 is #5CA67D. Grayscale: #737373. Windows color (decimal): -6071934 or 8542627. OLE color: 8542627.

HSL color Cylindrical-coordinate representation of color #A35982: hue angle of 326.76º 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 #A35982 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 89 130 -
CMYK 0 0.45 0.20 0.36
HSL 326.76º 0.29% 0.49% -
HSV(B) 326.76º 0.45% 0.64% -
XYZ 22.71 16.54 23.12 -
YUV 115.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 163 89 130 0 0.45 0.20 0.36 326.76 0.29 0.49
Hex A3 59 82 0 2D 14 24 147 1D 31
Octal 243 131 202 0 55 24 44 507 35 61
Binary 10100011 1011001 10000010 0 101101 10100 100100 101000111 11101 110001

Color Harmonies of #A35982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35982

Black with #A35982

Text Example


Text Example

White with #A35982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35982; }

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

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

background-color css

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

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

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

border-color css

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

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

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