Html Css Color HEX #A4648D Strikemaster

📋 copy color: '#A4648D'

red 164 ◦ green 100 ◦ blue 141

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

Shades of Strikemaster #A4648D

Tints of Strikemaster #A4648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

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

R = 40.49%
G = 24.69%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4648D (or 0xA4648D) is known color: Strikemaster. HEX triplet: A4, 64 and 8D. RGB value is (164,100,141). Sum of RGB (Red+Green+Blue) = 164+100+141=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A4648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4648D is #5B9B72. Grayscale: #7B7B7B. Windows color (decimal): -6003571 or 9266340. OLE color: 9266340.

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

Color convert

RGB 164 100 141 -
CMYK 0 0.39 0.14 0.36
HSL 321.56º 0.26% 0.52% -
HSV(B) 321.56º 0.39% 0.64% -
XYZ 24.67 18.93 27.55 -
YUV 123.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 164 100 141 0 0.39 0.14 0.36 321.56 0.26 0.52
Hex A4 64 8D 0 27 E 24 142 1A 34
Octal 244 144 215 0 47 16 44 502 32 64
Binary 10100100 1100100 10001101 0 100111 1110 100100 101000010 11010 110100

Color Harmonies of #A4648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4648D

Black with #A4648D

Text Example


Text Example

White with #A4648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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