Html Css Color HEX #A4648A Strikemaster

📋 copy color: '#A4648A'

red 164 ◦ green 100 ◦ blue 138

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

Shades of Strikemaster #A4648A

Tints of Strikemaster #A4648A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 40.8%
G = 24.88%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4648A (or 0xA4648A) is known color: Strikemaster. HEX triplet: A4, 64 and 8A. RGB value is (164,100,138). Sum of RGB (Red+Green+Blue) = 164+100+138=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4648A is #5B9B75. Grayscale: #7B7B7B. Windows color (decimal): -6003574 or 9069732. OLE color: 9069732.

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

Color convert

RGB 164 100 138 -
CMYK 0 0.39 0.16 0.36
HSL 324.38º 0.26% 0.52% -
HSV(B) 324.38º 0.39% 0.64% -
XYZ 24.45 18.84 26.39 -
YUV 123.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 164 100 138 0 0.39 0.16 0.36 324.38 0.26 0.52
Hex A4 64 8A 0 27 10 24 144 1A 34
Octal 244 144 212 0 47 20 44 504 32 64
Binary 10100100 1100100 10001010 0 100111 10000 100100 101000100 11010 110100

Color Harmonies of #A4648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4648A

Black with #A4648A

Text Example


Text Example

White with #A4648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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