Html Css Color HEX #A4648F Strikemaster

📋 copy color: '#A4648F'

red 164 ◦ green 100 ◦ blue 143

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

Shades of Strikemaster #A4648F

Tints of Strikemaster #A4648F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 40.29%
G = 24.57%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4648F (or 0xA4648F) is known color: Strikemaster. HEX triplet: A4, 64 and 8F. RGB value is (164,100,143). Sum of RGB (Red+Green+Blue) = 164+100+143=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4648F is #5B9B70. Grayscale: #7B7B7B. Windows color (decimal): -6003569 or 9397412. OLE color: 9397412.

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

Color convert

RGB 164 100 143 -
CMYK 0 0.39 0.13 0.36
HSL 319.69º 0.26% 0.52% -
HSV(B) 319.69º 0.39% 0.64% -
XYZ 24.82 18.99 28.34 -
YUV 124.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 164 100 143 0 0.39 0.13 0.36 319.69 0.26 0.52
Hex A4 64 8F 0 27 D 24 140 1A 34
Octal 244 144 217 0 47 15 44 500 32 64
Binary 10100100 1100100 10001111 0 100111 1101 100100 101000000 11010 110100

Color Harmonies of #A4648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4648F

Black with #A4648F

Text Example


Text Example

White with #A4648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4648F; }

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

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

background-color css

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

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

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

border-color css

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

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

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