Html Css Color HEX #A4638D Strikemaster

📋 copy color: '#A4638D'

red 164 ◦ green 99 ◦ blue 141

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

Shades of Strikemaster #A4638D

Tints of Strikemaster #A4638D

RGB

 RED value IS 164 (64.45% from 255) = 40.59%

 GREEN value IS 99 (39.06% from 255) = 24.5%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 40.59%
G = 24.5%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4638D (or 0xA4638D) is known color: Strikemaster. HEX triplet: A4, 63 and 8D. RGB value is (164,99,141). Sum of RGB (Red+Green+Blue) = 164+99+141=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4638D is #5B9C72. Grayscale: #7B7B7B. Windows color (decimal): -6003827 or 9266084. OLE color: 9266084.

HSL color Cylindrical-coordinate representation of color #A4638D: hue angle of 321.23º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4638D is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 141 -
CMYK 0 0.40 0.14 0.36
HSL 321.23º 0.26% 0.52% -
HSV(B) 321.23º 0.4% 0.64% -
XYZ 24.58 18.74 27.52 -
YUV 123.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 164 99 141 0 0.40 0.14 0.36 321.23 0.26 0.52
Hex A4 63 8D 0 28 E 24 141 1A 34
Octal 244 143 215 0 50 16 44 501 32 64
Binary 10100100 1100011 10001101 0 101000 1110 100100 101000001 11010 110100

Color Harmonies of #A4638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4638D

Black with #A4638D

Text Example


Text Example

White with #A4638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4638D; }

 p { color: rgb(164,99,141); }

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

background-color css

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

 a { background-color: rgb(164,99,141); }

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

border-color css

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

 span { border-color: rgb(164,99,141); }

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