Html Css Color HEX #A35E7D Strikemaster

📋 copy color: '#A35E7D'

red 163 ◦ green 94 ◦ blue 125

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

Shades of Strikemaster #A35E7D

Tints of Strikemaster #A35E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.61%

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 42.67%
G = 24.61%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A35E7D (or 0xA35E7D) is known color: Strikemaster. HEX triplet: A3, 5E and 7D. RGB value is (163,94,125). Sum of RGB (Red+Green+Blue) = 163+94+125=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35E7D is #5CA182. Grayscale: #767676. Windows color (decimal): -6070659 or 8216227. OLE color: 8216227.

HSL color Cylindrical-coordinate representation of color #A35E7D: hue angle of 333.04º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A35E7D is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 94 125 -
CMYK 0 0.42 0.23 0.36
HSL 333.04º 0.27% 0.5% -
HSV(B) 333.04º 0.42% 0.64% -
XYZ 22.81 17.27 21.53 -
YUV 118.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 163 94 125 0 0.42 0.23 0.36 333.04 0.27 0.5
Hex A3 5E 7D 0 2A 17 24 14D 1B 32
Octal 243 136 175 0 52 27 44 515 33 62
Binary 10100011 1011110 1111101 0 101010 10111 100100 101001101 11011 110010

Color Harmonies of #A35E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35E7D

Black with #A35E7D

Text Example


Text Example

White with #A35E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35E7D; }

 p { color: rgb(163,94,125); }

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

background-color css

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

 a { background-color: rgb(163,94,125); }

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

border-color css

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

 span { border-color: rgb(163,94,125); }

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