Html Css Color HEX #A4638E Strikemaster

📋 copy color: '#A4638E'

red 164 ◦ green 99 ◦ blue 142

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

Shades of Strikemaster #A4638E

Tints of Strikemaster #A4638E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 40.49%
G = 24.44%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4638E (or 0xA4638E) is known color: Strikemaster. HEX triplet: A4, 63 and 8E. RGB value is (164,99,142). Sum of RGB (Red+Green+Blue) = 164+99+142=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4638E is #5B9C71. Grayscale: #7B7B7B. Windows color (decimal): -6003826 or 9331620. OLE color: 9331620.

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

Color convert

RGB 164 99 142 -
CMYK 0 0.40 0.13 0.36
HSL 320.31º 0.26% 0.52% -
HSV(B) 320.31º 0.4% 0.64% -
XYZ 24.65 18.77 27.91 -
YUV 123.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 164 99 142 0 0.40 0.13 0.36 320.31 0.26 0.52
Hex A4 63 8E 0 28 D 24 140 1A 34
Octal 244 143 216 0 50 15 44 500 32 64
Binary 10100100 1100011 10001110 0 101000 1101 100100 101000000 11010 110100

Color Harmonies of #A4638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4638E

Black with #A4638E

Text Example


Text Example

White with #A4638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4638E; }

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

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

background-color css

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

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

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

border-color css

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

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

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