Html Css Color HEX #A35381 Strikemaster

📋 copy color: '#A35381'

red 163 ◦ green 83 ◦ blue 129

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

Shades of Strikemaster #A35381

Tints of Strikemaster #A35381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 43.47%
G = 22.13%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A35381 (or 0xA35381) is known color: Strikemaster. HEX triplet: A3, 53 and 81. RGB value is (163,83,129). Sum of RGB (Red+Green+Blue) = 163+83+129=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A35381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35381 is #5CAC7E. Grayscale: #707070. Windows color (decimal): -6073471 or 8475555. OLE color: 8475555.

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

Color convert

RGB 163 83 129 -
CMYK 0 0.49 0.21 0.36
HSL 325.5º 0.33% 0.48% -
HSV(B) 325.5º 0.49% 0.64% -
XYZ 22.16 15.56 22.6 -
YUV 112.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 163 83 129 0 0.49 0.21 0.36 325.5 0.33 0.48
Hex A3 53 81 0 31 15 24 146 21 30
Octal 243 123 201 0 61 25 44 506 41 60
Binary 10100011 1010011 10000001 0 110001 10101 100100 101000110 100001 110000

Color Harmonies of #A35381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35381

Black with #A35381

Text Example


Text Example

White with #A35381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35381; }

 p { color: rgb(163,83,129); }

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

background-color css

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

 a { background-color: rgb(163,83,129); }

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

border-color css

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

 span { border-color: rgb(163,83,129); }

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