Html Css Color HEX #A35A7D Strikemaster

📋 copy color: '#A35A7D'

red 163 ◦ green 90 ◦ blue 125

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

Shades of Strikemaster #A35A7D

Tints of Strikemaster #A35A7D

RGB

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

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

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

R = 43.12%
G = 23.81%
B = 33.07%

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

#A35A7D (or 0xA35A7D) is known color: Strikemaster. HEX triplet: A3, 5A and 7D. RGB value is (163,90,125). Sum of RGB (Red+Green+Blue) = 163+90+125=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A7D is #5CA582. Grayscale: #737373. Windows color (decimal): -6071683 or 8215203. OLE color: 8215203.

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

Color convert

RGB 163 90 125 -
CMYK 0 0.45 0.23 0.36
HSL 331.23º 0.29% 0.5% -
HSV(B) 331.23º 0.45% 0.64% -
XYZ 22.46 16.58 21.42 -
YUV 115.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 163 90 125 0 0.45 0.23 0.36 331.23 0.29 0.5
Hex A3 5A 7D 0 2D 17 24 14B 1D 32
Octal 243 132 175 0 55 27 44 513 35 62
Binary 10100011 1011010 1111101 0 101101 10111 100100 101001011 11101 110010

Color Harmonies of #A35A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A7D

Black with #A35A7D

Text Example


Text Example

White with #A35A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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