Html Css Color HEX #A4638C Strikemaster

📋 copy color: '#A4638C'

red 164 ◦ green 99 ◦ blue 140

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

Shades of Strikemaster #A4638C

Tints of Strikemaster #A4638C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 40.69%
G = 24.57%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4638C (or 0xA4638C) is known color: Strikemaster. HEX triplet: A4, 63 and 8C. RGB value is (164,99,140). Sum of RGB (Red+Green+Blue) = 164+99+140=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4638C is #5B9C73. Grayscale: #7B7B7B. Windows color (decimal): -6003828 or 9200548. OLE color: 9200548.

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

Color convert

RGB 164 99 140 -
CMYK 0 0.40 0.15 0.36
HSL 322.15º 0.26% 0.52% -
HSV(B) 322.15º 0.4% 0.64% -
XYZ 24.51 18.71 27.13 -
YUV 123.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 164 99 140 0 0.40 0.15 0.36 322.15 0.26 0.52
Hex A4 63 8C 0 28 F 24 142 1A 34
Octal 244 143 214 0 50 17 44 502 32 64
Binary 10100100 1100011 10001100 0 101000 1111 100100 101000010 11010 110100

Color Harmonies of #A4638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4638C

Black with #A4638C

Text Example


Text Example

White with #A4638C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4638C; }

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

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

background-color css

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

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

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

border-color css

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

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

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