Html Css Color HEX #A35A7E Strikemaster

📋 copy color: '#A35A7E'

red 163 ◦ green 90 ◦ blue 126

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

Shades of Strikemaster #A35A7E

Tints of Strikemaster #A35A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 43.01%
G = 23.75%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A35A7E (or 0xA35A7E) is known color: Strikemaster. HEX triplet: A3, 5A and 7E. RGB value is (163,90,126). Sum of RGB (Red+Green+Blue) = 163+90+126=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A7E is #5CA581. Grayscale: #737373. Windows color (decimal): -6071682 or 8280739. OLE color: 8280739.

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

Color convert

RGB 163 90 126 -
CMYK 0 0.45 0.23 0.36
HSL 330.41º 0.29% 0.5% -
HSV(B) 330.41º 0.45% 0.64% -
XYZ 22.53 16.61 21.76 -
YUV 115.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 163 90 126 0 0.45 0.23 0.36 330.41 0.29 0.5
Hex A3 5A 7E 0 2D 17 24 14A 1D 32
Octal 243 132 176 0 55 27 44 512 35 62
Binary 10100011 1011010 1111110 0 101101 10111 100100 101001010 11101 110010

Color Harmonies of #A35A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A7E

Black with #A35A7E

Text Example


Text Example

White with #A35A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A7E; }

 p { color: rgb(163,90,126); }

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

background-color css

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

 a { background-color: rgb(163,90,126); }

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

border-color css

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

 span { border-color: rgb(163,90,126); }

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