Html Css Color HEX #A35880 Strikemaster

📋 copy color: '#A35880'

red 163 ◦ green 88 ◦ blue 128

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

Shades of Strikemaster #A35880

Tints of Strikemaster #A35880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.22%

 BLUE value IS 128 (50.39% from 255) = 33.77%

R = 43.01%
G = 23.22%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A35880 (or 0xA35880) is known color: Strikemaster. HEX triplet: A3, 58 and 80. RGB value is (163,88,128). Sum of RGB (Red+Green+Blue) = 163+88+128=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A35880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35880 is #5CA77F. Grayscale: #727272. Windows color (decimal): -6072192 or 8411299. OLE color: 8411299.

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

Color convert

RGB 163 88 128 -
CMYK 0 0.46 0.21 0.36
HSL 328º 0.3% 0.49% -
HSV(B) 328º 0.46% 0.64% -
XYZ 22.49 16.32 22.39 -
YUV 114.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 163 88 128 0 0.46 0.21 0.36 328 0.3 0.49
Hex A3 58 80 0 2E 15 24 148 1E 31
Octal 243 130 200 0 56 25 44 510 36 61
Binary 10100011 1011000 10000000 0 101110 10101 100100 101001000 11110 110001

Color Harmonies of #A35880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35880

Black with #A35880

Text Example


Text Example

White with #A35880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35880; }

 p { color: rgb(163,88,128); }

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

background-color css

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

 a { background-color: rgb(163,88,128); }

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

border-color css

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

 span { border-color: rgb(163,88,128); }

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